1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Rename TemplateTransaction into RecurrentTransaction

This commit is contained in:
Yohann D'ANELLO
2020-03-19 20:37:48 +01:00
parent 74c0fcca83
commit 801f948a7d
7 changed files with 17 additions and 17 deletions

View File

@ -168,7 +168,7 @@ class Transaction(PolymorphicModel):
return _('Transfer')
class TemplateTransaction(Transaction):
class RecurrentTransaction(Transaction):
"""
Special type of :model:`note.Transaction` associated to a :model:`note.TransactionTemplate`.
"""