Skip to content
Snippets Groups Projects
Commit cfd88188 authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

add description field to transactionTemplates

parent 4fe61fdc
No related branches found
No related tags found
1 merge request!19Import nk15
......@@ -40,6 +40,11 @@ class TransactionTemplate(models.Model):
max_length=31
)
description = models.CharField(
verbose_name=_('description'),
max_length=255,
)
class Meta:
verbose_name = _("transaction template")
verbose_name_plural = _("transaction templates")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment