mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Add 'new supplier part' button to stock item creation form
This commit is contained in:
parent
af7c9c4f0c
commit
c81f8e6d87
@ -131,6 +131,12 @@
|
|||||||
title: 'Create New Part',
|
title: 'Create New Part',
|
||||||
url: "{% url 'part-create' %}",
|
url: "{% url 'part-create' %}",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'supplier_part',
|
||||||
|
label: 'New Supplier Part',
|
||||||
|
title: 'Create new Supplier Part',
|
||||||
|
url: "{% url 'supplier-part-create' %}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'location',
|
field: 'location',
|
||||||
label: 'New Location',
|
label: 'New Location',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user