WIP
This commit is contained in:
parent
1133132e90
commit
1f4c9b3c06
2 changed files with 3 additions and 3 deletions
|
|
@ -182,7 +182,7 @@ export default {
|
|||
this.isInsuranceSelected,
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
if (!this.isInsuranceSelected) {
|
||||
this.dispatchStoreAction(
|
||||
this.storeActions.SAVE_PARENT_ACCOUNT_NUMBER,
|
||||
|
|
|
|||
|
|
@ -443,9 +443,9 @@ export default {
|
|||
|
||||
// save to store lineItems.glassParts
|
||||
await baseMixin.methods.dispatchStoreAction(
|
||||
storeActions.SAVE_GLASS_PARTS,
|
||||
storeActions.SAVE_GLASS_PARTS,
|
||||
collectedGlassParts
|
||||
)
|
||||
);
|
||||
|
||||
const payment = store.getters.payment;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue