Browse Source

Start date set au moment de la validation de la facture

mac_vendor
detraz 7 years ago
committed by Hugo LEVY-FALK
parent
commit
d323ed5937
  1. 2
      cotisations/views.py

2
cotisations/views.py

@ -1170,5 +1170,5 @@ def voucher_pdf(request, invoice, **_kwargs):
'email': invoice.user.email,
'phone': invoice.user.telephone,
'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…
Cancel
Save