compute_end count day by day now (not month by month like before) to allow 6 weeks cotiz

This commit is contained in:
Soldat
2018-09-01 17:45:13 +02:00
parent f78d8e1d95
commit 7a1b9bd412
6 changed files with 140 additions and 100 deletions

View File

@ -499,14 +499,19 @@ SITH_SUBSCRIPTIONS = {
'duration': 1,
},
'deux-mois-essai': {
'name': _('Six weeks for free'),
'name': _('Two months for free'),
'price': 0,
'duration': 0.23,
'duration': 0.33,
},
'benevoles-euroks': {
'name': _('Eurok\'s volunteer'),
'price': 5,
'duration': 0.1
},
'six-semaines-essai': {
'name': _('Six weeks for free'),
'price': 0,
'duration': 0.23,
}
# To be completed....
}