mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +02:00
feat: rename app, some work on schema
This commit is contained in:
@@ -141,6 +141,7 @@ class Transaction(models.Model):
|
||||
related_name="transactions",
|
||||
verbose_name=_("Recurring Transaction"),
|
||||
)
|
||||
internal_note = models.TextField(blank=True, verbose_name=_("Internal Note"))
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("Transaction")
|
||||
|
||||
Reference in New Issue
Block a user