8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-02 04:04:06 +00:00

Little fix in cotis

This commit is contained in:
Maël Kervella 2018-04-14 01:43:00 +00:00
parent aa7ded9f20
commit 4f1831d5f9

View file

@ -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)