1
0
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:
Yohann D'ANELLO
2020-08-06 21:51:53 +02:00
parent 3e28ed8716
commit e23eafd56c
2 changed files with 20 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class Invoice(models.Model):
date = models.DateField(
default=timezone.now,
verbose_name=_("Place"),
verbose_name=_("Date"),
)
acquitted = models.BooleanField(