Add limit for ecocup recording

This commit is contained in:
2017-07-21 21:39:49 +02:00
parent 2058d58db6
commit 40927fa13d
6 changed files with 285 additions and 197 deletions

View File

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