mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-09 22:30: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`,
|
||||
fields: addPurchaseOrderFields,
|
||||
initialData: {
|
||||
...initialData,
|
||||
purchase_price: null,
|
||||
purchase_price_currency: currency
|
||||
purchase_price_currency: currency,
|
||||
...initialData
|
||||
},
|
||||
onFormSuccess: orderDetailRefresh,
|
||||
table: table
|
||||
|
||||
Reference in New Issue
Block a user