Browse Source

Update forms.py, user_source=None

Hotfix_Create_Invoice
chirac 7 years ago
parent
commit
3331999434
  1. 2
      cotisations/forms.py

2
cotisations/forms.py

@ -243,7 +243,7 @@ class RechargeForm(FormRevMixin, Form):
label=_("Payment method")
)
def __init__(self, *args, user=None, user_source, **kwargs):
def __init__(self, *args, user=None, user_source=None, **kwargs):
self.user = user
super(RechargeForm, self).__init__(*args, **kwargs)
self.fields['payment'].empty_label = \

Loading…
Cancel
Save