Hardcoding ecocup values

This commit is contained in:
2017-07-27 16:53:53 +02:00
parent 40927fa13d
commit 7588cc8f73
3 changed files with 8 additions and 17 deletions

View File

@ -397,13 +397,9 @@ SITH_COUNTER_BANK = [
('LA-POSTE', 'La Poste'),
]
SITH_RECORD_PRODUCT = [
1152,
]
SITH_RECORD_PRODUCT = 1152
SITH_UNRECORD_PRODUCT = [
1151,
]
SITH_UNRECORD_PRODUCT = 1151
SITH_RECORD_LIMIT = 3