costs sum works in view fallenbirds

This commit is contained in:
gw3000 2023-07-14 19:09:07 +02:00
parent c06acb284a
commit 57bd930907
4 changed files with 4 additions and 6 deletions

View file

@ -23,7 +23,7 @@ class CostsForm(forms.ModelForm):
]
labels = {
"id_bird": _("Patient"),
"costs": _("Betrag"),
"costs": _("Betrag [€]"),
"comment": _("Bemerkung"),
"created": _("Gebucht am"),
}