From dbee26aaad730715b994a9b88da1b1014fec79cc Mon Sep 17 00:00:00 2001 From: eeintech Date: Tue, 13 Oct 2020 10:29:34 -0500 Subject: [PATCH] Fixed insertion of backslash in the barcode button group --- InvenTree/stock/templates/stock/item_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 0b1d8f0d09..5197285379 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -93,7 +93,7 @@ InvenTree | {% trans "Stock Item" %} - {{ item }} {% if item.uid %}
  • {% trans "Unlink Barcode" %}
  • {% else %} -
  • {% trans "Link Barcode" %}
  • \ +
  • {% trans "Link Barcode" %}
  • {% endif %} {% endif %}