mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Affiche le message pour le bon utilisateur à la validation.
This commit is contained in:
parent
07c6868a1c
commit
8ed531b750
1 changed files with 2 additions and 2 deletions
|
@ -695,8 +695,8 @@ class Paiement(RevMixin, AclMixin, models.Model):
|
|||
request,
|
||||
_("The cotisation of %(member_name)s has been \
|
||||
extended to %(end_date)s.") % {
|
||||
'member_name': request.user.pseudo,
|
||||
'end_date': request.user.end_adhesion()
|
||||
'member_name': invoice.user.pseudo,
|
||||
'end_date': invoice.user.end_adhesion()
|
||||
}
|
||||
)
|
||||
# Else, only tell the invoice was created
|
||||
|
|
Loading…
Reference in a new issue