Add most used buttons
This commit is contained in:
parent
ad66380e1b
commit
c42a7745bc
5 changed files with 24 additions and 7 deletions
|
|
@ -68,6 +68,7 @@ class TransactionTemplate(models.Model):
|
|||
description = models.CharField(
|
||||
verbose_name=_('description'),
|
||||
max_length=255,
|
||||
blank=True,
|
||||
)
|
||||
|
||||
class Meta:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue