mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix erroring html
This commit is contained in:
parent
4af6b65ac3
commit
6ed604bbb8
@ -76,7 +76,7 @@ InvenTree | Allocate Parts
|
|||||||
{
|
{
|
||||||
field: 'stock_item',
|
field: 'stock_item',
|
||||||
label: '{% trans "New Stock Item" %}',
|
label: '{% trans "New Stock Item" %}',
|
||||||
title: '{% trans "Create new Stock Item"',
|
title: '{% trans "Create new Stock Item" %}',
|
||||||
url: '{% url "stock-item-create" %}',
|
url: '{% url "stock-item-create" %}',
|
||||||
data: {
|
data: {
|
||||||
part: row.sub_part,
|
part: row.sub_part,
|
||||||
|
Loading…
Reference in New Issue
Block a user