Amount help text in transaction templates forms can be misleading: they type euros not cents
This commit is contained in:
parent
901af1a86a
commit
11fbbca2a8
3 changed files with 0 additions and 9 deletions
|
|
@ -57,7 +57,6 @@ class TransactionTemplate(models.Model):
|
|||
|
||||
amount = models.PositiveIntegerField(
|
||||
verbose_name=_('amount'),
|
||||
help_text=_('in centimes'),
|
||||
)
|
||||
category = models.ForeignKey(
|
||||
TemplateCategory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue