Merge branch 'develop' into feature/CSR-1073
This commit is contained in:
commit
bb7fc35ce6
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