Add invoices in Django Admin
This commit is contained in:
parent
3e28ed8716
commit
e23eafd56c
2 changed files with 20 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ class Invoice(models.Model):
|
|||
|
||||
date = models.DateField(
|
||||
default=timezone.now,
|
||||
verbose_name=_("Place"),
|
||||
verbose_name=_("Date"),
|
||||
)
|
||||
|
||||
acquitted = models.BooleanField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue