diff --git a/cotisations/forms.py b/cotisations/forms.py index ccf9d5d6..244b1c13 100644 --- a/cotisations/forms.py +++ b/cotisations/forms.py @@ -272,7 +272,7 @@ class RechargeForm(FormRevMixin, Form): super(RechargeForm, self).__init__(*args, **kwargs) self.fields['payment'].empty_label = \ _("Select a payment method") - self.fields['payment'].queryset = Paiement.find_allowed_payments(user) + self.fields['payment'].queryset = Paiement.find_allowed_payments(user).exclude(is_balance=True) def clean(self): """