mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Add invoices in Django Admin
This commit is contained in:
@ -55,7 +55,7 @@ class Invoice(models.Model):
|
||||
|
||||
date = models.DateField(
|
||||
default=timezone.now,
|
||||
verbose_name=_("Place"),
|
||||
verbose_name=_("Date"),
|
||||
)
|
||||
|
||||
acquitted = models.BooleanField(
|
||||
|
Reference in New Issue
Block a user