mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-12 21:06:27 +00:00
Little fix in cotis
This commit is contained in:
parent
aa7ded9f20
commit
4f1831d5f9
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ def credit_solde(request, user, userid):
|
||||||
)
|
)
|
||||||
return redirect(reverse('cotisations:index'))
|
return redirect(reverse('cotisations:index'))
|
||||||
return form({
|
return form({
|
||||||
'factureform': facture,
|
'factureform': invoice,
|
||||||
'action_name': _("Edit")
|
'action_name': _("Edit")
|
||||||
}, 'cotisations/facture.html', request)
|
}, 'cotisations/facture.html', request)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue