mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-09 22:30:17 +00:00
[UI] Bug fix for duplicating purchase order line item (#12822)
This commit is contained in:
@@ -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