From c699e208cf7bba980250b06d0b960f1900ba3c19 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 9 Mar 2022 10:41:07 +1100 Subject: [PATCH] JS linting --- 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 067aab9cae..421a784281 100644 --- a/InvenTree/templates/js/translated/stock.js +++ b/InvenTree/templates/js/translated/stock.js @@ -301,7 +301,7 @@ function duplicateStockItem(pk, options) { showAlertOrCache('{% trans "Stock item duplicated" %}', true, {style: 'success'}); window.location.href = `/stock/item/${response.pk}/`; - } + }; } // First, we need the StockItem information