mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
compute_end count day by day now (not month by month like before) to allow 6 weeks cotiz
This commit is contained in:
@ -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....
|
||||
}
|
||||
|
Reference in New Issue
Block a user