costs should work so far
This commit is contained in:
parent
fdacc9adf9
commit
c06acb284a
6 changed files with 59 additions and 20 deletions
|
@ -22,7 +22,7 @@ class Costs(models.Model):
|
|||
decimal_places=2,
|
||||
default="0.00",
|
||||
verbose_name=_("Betrag"))
|
||||
created = models.DateTimeField(
|
||||
created = models.DateField(
|
||||
verbose_name=_("Gebucht am"))
|
||||
comment = models.CharField(
|
||||
max_length=512,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue