Removed f-string causing build failure

This commit is contained in:
eeintech 2021-01-12 13:23:14 -05:00
parent b6135fda74
commit 452d22579a

View File

@ -167,7 +167,6 @@ class StockLocationEdit(AjaxUpdateView):
stock_ownership_control = InvenTreeSetting.get_setting('STOCK_OWNERSHIP_CONTROL')
if stock_ownership_control:
authorized_owners = self.object.owner.get_users()
print(f'{authorized_owners=}')
# Update children locations
children_locations = self.object.get_children()