Pagination length in settings

This commit is contained in:
2017-03-13 23:32:06 +01:00
parent e4deacbe56
commit 493d48bcca
2 changed files with 4 additions and 1 deletions

View File

@ -357,6 +357,9 @@ SITH_COUNTER_BANK = [
('LA-POSTE', 'La Poste'),
]
# Defines pagination for cash summary
SITH_COUNTER_CASH_SUMMARY_LENGTH = 50
# Defines which product type is the refilling type, and thus increases the account amount
SITH_COUNTER_PRODUCTTYPE_REFILLING = 11