Fix style

This commit is contained in:
eeintech 2020-12-02 13:26:26 -05:00
parent c66ac2579e
commit 2bdd1305ed

View File

@ -1716,8 +1716,6 @@ class StockItemCreate(AjaxCreateView):
quantity = data.get('quantity', None) quantity = data.get('quantity', None)
location = data.get('location', None)
owner = data.get('owner', None) owner = data.get('owner', None)
if not part: if not part: