From c1163b9f6b7582e326244b74146b61218cd9052f Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 9 Dec 2021 09:07:36 +1100 Subject: [PATCH] Adds missing semicolon --- InvenTree/templates/js/translated/stock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/stock.js b/InvenTree/templates/js/translated/stock.js index 8babcece69..2541f77272 100644 --- a/InvenTree/templates/js/translated/stock.js +++ b/InvenTree/templates/js/translated/stock.js @@ -662,7 +662,7 @@ function assignStockToCustomer(items, options={}) { opts.nested = { 'items': item_pk_values, - } + }; inventreePut( '{% url "api-stock-assign" %}',