Skip to content

Commit

Permalink
update thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Feb 2, 2024
1 parent 76d8ff1 commit 2fe5234
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions logistics_project/apps/malawi/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ def check_max_levels_malawi(stock_report):
"am": 1000,
"cl": 300,
"cf": 1000,
"cm": 1000,
"cm": 5000,
"co": 2000,
"cw": 1000,
"de": 300,
"dm": 300,
"gl": 500,
"gl": 1000,
"la": 2000,
"lb": 2000,
"lc": 300,
"mb": 300,
"mt": 1000,
"or": 500,
"pa": 2000,
"pb": 1000,
"pb": 2000,
"po": 500,
"ra": 100,
"ss": 100,
Expand All @@ -51,6 +51,7 @@ def check_max_levels_malawi(stock_report):
"sc": 10000,
"sd": 10000,
"sf": 1000,
"syna": 500,
}
MAX_REPORT_LEVEL_FACTOR = 6

Expand Down

0 comments on commit 2fe5234

Please sign in to comment.