mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
Add supplier_reference field to form
This commit is contained in:
parent
5ce6dd325d
commit
9719a14587
@ -170,6 +170,7 @@ $("#edit-order").click(function() {
|
||||
supplier: {
|
||||
},
|
||||
{% endif %}
|
||||
supplier_reference: {},
|
||||
description: {},
|
||||
target_date: {
|
||||
icon: 'fa-calendar-alt',
|
||||
|
@ -44,6 +44,7 @@ function createPurchaseOrder(options={}) {
|
||||
supplier: {
|
||||
value: options.supplier,
|
||||
},
|
||||
supplier_reference: {},
|
||||
description: {},
|
||||
target_date: {
|
||||
icon: 'fa-calendar-alt',
|
||||
|
Loading…
x
Reference in New Issue
Block a user