mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed style
This commit is contained in:
parent
2f78c7c036
commit
587bf26d94
@ -189,7 +189,7 @@ class InvenTreeSetting(models.Model):
|
|||||||
'validator': bool,
|
'validator': bool,
|
||||||
},
|
},
|
||||||
|
|
||||||
'STOCK_OWNERSHIP_CONTROL': {
|
'STOCK_OWNERSHIP_CONTROL': {
|
||||||
'name': _('Stock Ownership Control'),
|
'name': _('Stock Ownership Control'),
|
||||||
'description': _('Enable ownership control over stock locations and items'),
|
'description': _('Enable ownership control over stock locations and items'),
|
||||||
'default': False,
|
'default': False,
|
||||||
|
@ -10,7 +10,6 @@ from common.models import InvenTreeSetting
|
|||||||
import json
|
import json
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
|
|
||||||
from common.models import InvenTreeSetting
|
|
||||||
from InvenTree.status_codes import StockStatus
|
from InvenTree.status_codes import StockStatus
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user