Skip to content

Commit

Permalink
fix: changed maximum allowed raw_materials description length
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbpro committed Jan 22, 2021
1 parent 7795ac0 commit 9ab1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ---- INT values
'SHORT_LENGTH' : 10,
'MEDIUM_LENGTH' : 30,
'LONG__LENGTH' : 50,
'LONG_LENGTH' : 50,
'LONG_TEXT_DESCRIPTION' : 140,
'UNIT_LENGTH' : 2,
'PRICE_PRECISION' : 2,
Expand Down

0 comments on commit 9ab1541

Please sign in to comment.