mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-10 06:37:17 +00:00
(cherry picked from commit 0a5b04b16d)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
co-authored by
Oliver
parent
718aed27ee
commit
d2db7b1fb6
@@ -313,9 +313,9 @@ export function PurchaseOrderLineItemTable({
|
|||||||
title: t`Add Line Item`,
|
title: t`Add Line Item`,
|
||||||
fields: addPurchaseOrderFields,
|
fields: addPurchaseOrderFields,
|
||||||
initialData: {
|
initialData: {
|
||||||
...initialData,
|
|
||||||
purchase_price: null,
|
purchase_price: null,
|
||||||
purchase_price_currency: currency
|
purchase_price_currency: currency,
|
||||||
|
...initialData
|
||||||
},
|
},
|
||||||
onFormSuccess: orderDetailRefresh,
|
onFormSuccess: orderDetailRefresh,
|
||||||
table: table
|
table: table
|
||||||
|
|||||||
Reference in New Issue
Block a user