Fixed style

This commit is contained in:
eeintech 2021-01-08 14:23:35 -05:00
parent 2f78c7c036
commit 587bf26d94
2 changed files with 1 additions and 2 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,

View File

@ -10,7 +10,6 @@ from common.models import InvenTreeSetting
import json
from datetime import datetime, timedelta
from common.models import InvenTreeSetting
from InvenTree.status_codes import StockStatus