Grab from correct order rather than going around.
This commit is contained in:
parent
e94305d3b2
commit
0f207d8aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cash Quote or Cash Price Sub Total
|
// Cash Quote or Cash Price Sub Total
|
||||||
payload.cashPriceSubTotal = store.getters.order?.cashPriceSubTotal ?? "";
|
payload.cashPriceSubTotal = order?.cashPriceSubTotal ?? "";
|
||||||
|
|
||||||
//unverified (in scenarios we don’t display the price)
|
//unverified (in scenarios we don’t display the price)
|
||||||
if (
|
if (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue