From 93b44ad8e6abdc970969360708aed3ff8189ec93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:03:28 +1000 Subject: [PATCH] fix typo (#5236) (#5237) (cherry picked from commit bd1689095d64d228f30ec66abfb9ac051cc27f04) Co-authored-by: Oliver --- 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 d32ad020bc..4b12e83844 100644 --- a/InvenTree/templates/js/translated/stock.js +++ b/InvenTree/templates/js/translated/stock.js @@ -2641,7 +2641,7 @@ function loadStockLocationTable(table, options) { } else { html += ` - + `; } }