Merge remote-tracking branch 'origin/feat/calculator-options' into feat/calculator-options
# Conflicts: # frontend/src/app/features/checkout/checkout.component.html
This commit is contained in:
@@ -384,8 +384,9 @@ export class QuoteEstimatorService {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const grandTotal = Number(sessionData?.grandTotalChf);
|
const grandTotal = Number(sessionData?.grandTotalChf);
|
||||||
const effectiveSetupCost =
|
const effectiveSetupCost = Number(
|
||||||
Number(sessionData?.setupCostChf ?? session?.setupCostChf ?? 0);
|
sessionData?.setupCostChf ?? session?.setupCostChf ?? 0,
|
||||||
|
);
|
||||||
const fallbackTotal =
|
const fallbackTotal =
|
||||||
Number(sessionData?.itemsTotalChf || 0) +
|
Number(sessionData?.itemsTotalChf || 0) +
|
||||||
effectiveSetupCost +
|
effectiveSetupCost +
|
||||||
|
|||||||
Reference in New Issue
Block a user