mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
Add Selling and Refilling classes
This commit is contained in:
@ -218,6 +218,11 @@ SITH_SUBSCRIPTION_PAYMENT_METHOD = [
|
||||
('other', 'Autre'),
|
||||
]
|
||||
|
||||
SITH_COUNTER_PAYMENT_METHOD = [
|
||||
('cheque', 'Chèque'),
|
||||
('cash', 'Espèce'),
|
||||
]
|
||||
|
||||
# Subscription durations are in semestres (should be settingized)
|
||||
SITH_SUBSCRIPTIONS = {
|
||||
'un-semestre': {
|
||||
|
Reference in New Issue
Block a user