Refactor and migration corrections

This commit is contained in:
2017-08-15 02:09:44 +02:00
parent 240b68f98d
commit 748e3ae326
5 changed files with 160 additions and 159 deletions

View File

@ -397,11 +397,11 @@ SITH_COUNTER_BANK = [
('LA-POSTE', 'La Poste'),
]
SITH_RECORD_PRODUCT = 1152
SITH_ECOCUP_CONS = 1152
SITH_UNRECORD_PRODUCT = 1151
SITH_ECOCUP_DECO = 1151
SITH_RECORD_LIMIT = 3
SITH_ECOCUP_LIMIT = 3
# Defines pagination for cash summary
SITH_COUNTER_CASH_SUMMARY_LENGTH = 50