diff --git a/cotisations/views.py b/cotisations/views.py index bb2540ae..631713e8 100644 --- a/cotisations/views.py +++ b/cotisations/views.py @@ -375,7 +375,7 @@ def credit_solde(request, user, userid): ) return redirect(reverse('cotisations:index')) return form({ - 'factureform': facture, + 'factureform': invoice, 'action_name': _("Edit") }, 'cotisations/facture.html', request)