2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-16 21:34:39 +00:00

JS linting

This commit is contained in:
Oliver
2021-10-05 16:10:46 +11:00
parent 1ea9b6f4cf
commit ce7552bc5b
+1 -1
View File
@@ -514,7 +514,7 @@ function receivePurchaseOrderItems(order_id, line_items, options={}) {
} }
} }
} }
) );
} }
}); });
} }