diff --git a/app/apps/transactions/forms.py b/app/apps/transactions/forms.py index 83fa57a..1ea1c65 100644 --- a/app/apps/transactions/forms.py +++ b/app/apps/transactions/forms.py @@ -334,7 +334,9 @@ class TransferForm(forms.Form): widget=AirMonthYearPickerInput(), label=_("Reference Date"), required=False ) - description = forms.CharField(max_length=500, label=_("Description")) + description = forms.CharField( + max_length=500, label=_("Description"), required=False + ) notes = forms.CharField( required=False, widget=forms.Textarea(