Fixed quote issue due to change in PriceOrderItemsAndSaveServerData
This commit is contained in:
parent
3c73f54c74
commit
101baa2c1a
1 changed files with 3 additions and 1 deletions
|
|
@ -115,7 +115,9 @@ export default {
|
|||
|
||||
const pricingResults = await baseMixin.methods.dispatchStoreAction(
|
||||
storeActions.PRICE_ORDER_ITEMS_AND_SAVE_SERVER_DATA,
|
||||
availableLineItems,
|
||||
{
|
||||
availableLineItems: availableLineItems,
|
||||
},
|
||||
false
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue