mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Bug fix
This commit is contained in:
parent
60e4022568
commit
c39e3aaa82
@ -85,7 +85,7 @@ class BaseInvenTreeSetting(models.Model):
|
||||
|
||||
# Convert to javascript compatible booleans
|
||||
if cls.validator_is_bool(validator):
|
||||
value = value.lower()
|
||||
value = str(value).lower()
|
||||
|
||||
# Numerical values remain the same
|
||||
elif cls.validator_is_int(validator):
|
||||
|
Loading…
Reference in New Issue
Block a user