2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Updated stock tests quantities

This commit is contained in:
eeintech
2021-01-08 14:05:53 -05:00
parent d25a719724
commit 2f78c7c036
2 changed files with 10 additions and 10 deletions

View File

@ -189,7 +189,7 @@ class InvenTreeSetting(models.Model):
'validator': bool,
},
'STOCK_OWNERSHIP_CONTROL': {
'STOCK_OWNERSHIP_CONTROL': {
'name': _('Stock Ownership Control'),
'description': _('Enable ownership control over stock locations and items'),
'default': False,