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

Improved naming of new setting and variables

This commit is contained in:
eeintech
2020-12-02 13:38:53 -05:00
parent 2bdd1305ed
commit de1dfdcc38
7 changed files with 30 additions and 30 deletions

View File

@ -139,9 +139,9 @@ class InvenTreeSetting(models.Model):
'validator': bool,
},
'STOCK_OWNER': {
'name': _('Stock Owner Changes'),
'description': _('Allow only owner of stock location and item to make changes'),
'STOCK_OWNERSHIP_CONTROL': {
'name': _('Stock Ownership Control'),
'description': _('Enable ownership control over stock locations and items'),
'default': False,
'validator': bool,
},