Fix form filters
This commit is contained in:
parent
8e280b6328
commit
25a80d2aa7
|
|
@ -75,7 +75,12 @@ function setupCallbacks() {
|
|||
|
||||
constructForm(`/api/order/po-line/${pk}/`, {
|
||||
fields: {
|
||||
part: {},
|
||||
part: {
|
||||
filters: {
|
||||
supplier_detail: true,
|
||||
supplier: {{ order.supplier.pk }},
|
||||
}
|
||||
},
|
||||
quantity: {},
|
||||
reference: {},
|
||||
purchase_price: {},
|
||||
|
|
|
|||
Loading…
Reference in New Issue