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:
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user