mirror of https://gitlab.crans.org/bde/nk20
Update models.py
This commit is contained in:
parent
2aaab2b454
commit
40c239e9da
|
@ -63,7 +63,7 @@ class Invoice(models.Model):
|
|||
address = models.TextField(
|
||||
verbose_name=_("Address"),
|
||||
)
|
||||
|
||||
|
||||
date = models.DateField(
|
||||
default=date.today,
|
||||
verbose_name=_("Date"),
|
||||
|
|
Loading…
Reference in New Issue