mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
Start date set au moment de la validation de la facture
This commit is contained in:
parent
124421e011
commit
d323ed5937
1 changed files with 1 additions and 1 deletions
|
@ -1170,5 +1170,5 @@ def voucher_pdf(request, invoice, **_kwargs):
|
||||||
'email': invoice.user.email,
|
'email': invoice.user.email,
|
||||||
'phone': invoice.user.telephone,
|
'phone': invoice.user.telephone,
|
||||||
'date_end': invoice.get_subscription().latest('date_end').date_end,
|
'date_end': invoice.get_subscription().latest('date_end').date_end,
|
||||||
'date_begin': invoice.get_subscription().earliest('date_start').date_start
|
'date_begin': invoice.date
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue