From 6ed604bbb823700aa593416dc5b57cfbeafe8a40 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 17 Sep 2020 00:49:17 -0700 Subject: [PATCH] fix erroring html --- InvenTree/build/templates/build/allocate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/build/templates/build/allocate.html b/InvenTree/build/templates/build/allocate.html index 61cccae1bf..37906b2c63 100644 --- a/InvenTree/build/templates/build/allocate.html +++ b/InvenTree/build/templates/build/allocate.html @@ -76,7 +76,7 @@ InvenTree | Allocate Parts { field: 'stock_item', label: '{% trans "New Stock Item" %}', - title: '{% trans "Create new Stock Item"', + title: '{% trans "Create new Stock Item" %}', url: '{% url "stock-item-create" %}', data: { part: row.sub_part,