mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Amount help text in transaction templates forms can be misleading: they type euros not cents
This commit is contained in:
@ -57,7 +57,6 @@ class TransactionTemplate(models.Model):
|
||||
|
||||
amount = models.PositiveIntegerField(
|
||||
verbose_name=_('amount'),
|
||||
help_text=_('in centimes'),
|
||||
)
|
||||
category = models.ForeignKey(
|
||||
TemplateCategory,
|
||||
|
Reference in New Issue
Block a user