Filter buttons list with visible buttons only
This commit is contained in:
parent
2bc2048076
commit
5ea531fe68
6 changed files with 125 additions and 86 deletions
|
|
@ -214,8 +214,7 @@ class RecurrentTransaction(Transaction):
|
|||
|
||||
template = models.ForeignKey(
|
||||
TransactionTemplate,
|
||||
null=True,
|
||||
on_delete=models.SET_NULL,
|
||||
on_delete=models.PROTECT,
|
||||
)
|
||||
category = models.ForeignKey(
|
||||
TemplateCategory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue