mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
Making the frog happy
This commit is contained in:
parent
97b9cac205
commit
271c684b22
@ -175,10 +175,6 @@ class StockMove(APIView):
|
|||||||
if 'notes' not in data:
|
if 'notes' not in data:
|
||||||
raise ValidationError({'notes': 'Notes field must be supplied'})
|
raise ValidationError({'notes': 'Notes field must be supplied'})
|
||||||
|
|
||||||
parts = []
|
|
||||||
|
|
||||||
errors = []
|
|
||||||
|
|
||||||
for item in stock_list:
|
for item in stock_list:
|
||||||
try:
|
try:
|
||||||
stock_id = int(item['pk'])
|
stock_id = int(item['pk'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user