Update SalesOrderInfo component to change syncAmount from 'itemCost' to 'itemPrice' for accurate order processing
This commit is contained in:
parent
6b983ca873
commit
455c223ec0
@ -355,7 +355,7 @@ const SalesOrderInfo = () => {
|
||||
defaultValues={{
|
||||
order: { _id: salesOrderId },
|
||||
orderType: 'salesOrder',
|
||||
syncAmount: 'itemCost'
|
||||
syncAmount: 'itemPrice'
|
||||
}}
|
||||
/>
|
||||
</Modal>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user