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