mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-12-13 14:55:17 +01:00
Use model polymorphism
This commit is contained in:
@@ -26,6 +26,7 @@ class TransactionTemplate(models.Model):
|
||||
)
|
||||
amount = models.PositiveIntegerField(
|
||||
verbose_name=_('amount'),
|
||||
help_text=_('in centimes'),
|
||||
)
|
||||
template_type = models.CharField(
|
||||
verbose_name=_('type'),
|
||||
|
||||
Reference in New Issue
Block a user