Separate counter for account refounding

This commit is contained in:
2016-12-06 23:04:41 +01:00
parent 39b7349034
commit e231c612c6
4 changed files with 14 additions and 5 deletions

View File

@ -313,6 +313,10 @@ SITH_COUNTER_BANK = [
('LA-POSTE', 'La Poste'),
]
SITH_COUNTER_REFOUND = (88, 'Carte AE')
SITH_COUNTER_REFOUND_PRODUCT = (1899, 'REMBOURS', 'Remboursement')
# Defines which product type is the refilling type, and thus increases the account amount
SITH_COUNTER_PRODUCTTYPE_REFILLING = 11