mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Removed f-string causing build failure
This commit is contained in:
@ -167,7 +167,6 @@ class StockLocationEdit(AjaxUpdateView):
|
|||||||
stock_ownership_control = InvenTreeSetting.get_setting('STOCK_OWNERSHIP_CONTROL')
|
stock_ownership_control = InvenTreeSetting.get_setting('STOCK_OWNERSHIP_CONTROL')
|
||||||
if stock_ownership_control:
|
if stock_ownership_control:
|
||||||
authorized_owners = self.object.owner.get_users()
|
authorized_owners = self.object.owner.get_users()
|
||||||
print(f'{authorized_owners=}')
|
|
||||||
|
|
||||||
# Update children locations
|
# Update children locations
|
||||||
children_locations = self.object.get_children()
|
children_locations = self.object.get_children()
|
||||||
|
Reference in New Issue
Block a user