Add 'new supplier part' button to stock item creation form

This commit is contained in:
Oliver Walters 2019-08-15 13:17:33 +10:00
parent af7c9c4f0c
commit c81f8e6d87

View File

@ -131,6 +131,12 @@
title: 'Create New Part',
url: "{% url 'part-create' %}",
},
{
field: 'supplier_part',
label: 'New Supplier Part',
title: 'Create new Supplier Part',
url: "{% url 'supplier-part-create' %}"
},
{
field: 'location',
label: 'New Location',