mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +02:00
fix: entity not saving for Recurring Transaction
This commit is contained in:
@@ -609,6 +609,7 @@ class RecurringTransactionForm(forms.ModelForm):
|
|||||||
"recurrence_type",
|
"recurrence_type",
|
||||||
"recurrence_interval",
|
"recurrence_interval",
|
||||||
"notes",
|
"notes",
|
||||||
|
"entities",
|
||||||
]
|
]
|
||||||
widgets = {
|
widgets = {
|
||||||
"start_date": forms.DateInput(attrs={"type": "date"}, format="%Y-%m-%d"),
|
"start_date": forms.DateInput(attrs={"type": "date"}, format="%Y-%m-%d"),
|
||||||
|
|||||||
Reference in New Issue
Block a user