diff --git a/src/accounting/option/forms.py b/src/accounting/option/forms.py index b762cda..81e87c8 100644 --- a/src/accounting/option/forms.py +++ b/src/accounting/option/forms.py @@ -166,7 +166,7 @@ class RecurringIncomeForm(RecurringItemForm): account_code = StringField( filters=[strip_text], validators=[AccountExists(), - IsDebitAccount(), + IsCreditAccount(), NotStartReceivableFromCredit()]) """The account code.""" description_template = StringField(