mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
Similar fix for customer_reference field
This commit is contained in:
parent
9719a14587
commit
f4f7514b45
@ -163,6 +163,7 @@ $("#edit-order").click(function() {
|
|||||||
customer: {
|
customer: {
|
||||||
},
|
},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
customer_reference: {},
|
||||||
description: {},
|
description: {},
|
||||||
target_date: {
|
target_date: {
|
||||||
icon: 'fa-calendar-alt',
|
icon: 'fa-calendar-alt',
|
||||||
|
@ -14,6 +14,7 @@ function createSalesOrder(options={}) {
|
|||||||
customer: {
|
customer: {
|
||||||
value: options.customer,
|
value: options.customer,
|
||||||
},
|
},
|
||||||
|
customer_reference: {},
|
||||||
description: {},
|
description: {},
|
||||||
target_date: {
|
target_date: {
|
||||||
icon: 'fa-calendar-alt',
|
icon: 'fa-calendar-alt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user