Merge pull request #991 from Safelite/feature/CSR-1012
Fixed quote issue due to change in PriceOrderItemsAndSaveServerData
This commit is contained in:
commit
d11fd660ff
1 changed files with 3 additions and 1 deletions
|
|
@ -115,7 +115,9 @@ export default {
|
||||||
|
|
||||||
const pricingResults = await baseMixin.methods.dispatchStoreAction(
|
const pricingResults = await baseMixin.methods.dispatchStoreAction(
|
||||||
storeActions.PRICE_ORDER_ITEMS_AND_SAVE_SERVER_DATA,
|
storeActions.PRICE_ORDER_ITEMS_AND_SAVE_SERVER_DATA,
|
||||||
availableLineItems,
|
{
|
||||||
|
availableLineItems: availableLineItems,
|
||||||
|
},
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue