Add supplier_reference field to form

This commit is contained in:
Oliver Walters 2021-07-18 10:33:27 +10:00
parent 5ce6dd325d
commit 9719a14587
2 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,7 @@ $("#edit-order").click(function() {
supplier: { supplier: {
}, },
{% endif %} {% endif %}
supplier_reference: {},
description: {}, description: {},
target_date: { target_date: {
icon: 'fa-calendar-alt', icon: 'fa-calendar-alt',

View File

@ -44,6 +44,7 @@ function createPurchaseOrder(options={}) {
supplier: { supplier: {
value: options.supplier, value: options.supplier,
}, },
supplier_reference: {},
description: {}, description: {},
target_date: { target_date: {
icon: 'fa-calendar-alt', icon: 'fa-calendar-alt',