force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1457,6 +1457,7 @@ var noDiscountPriceTotal = this.hidden_MultiYearWarrantyTotalPrice; var exPriceTotal = this.quo.ExtendedWarrantyAmountTotalPrice__c; noDiscountPriceTotal=localParseFloat(noDiscountPriceTotal); exPriceTotal = localParseFloat(exPriceTotal); this.quo.QuoteTotal_Page__c=toNumComma(y + x + noDiscountPriceTotal + exPriceTotal); var z=this.quo.Estimation_List_Price__c; var id=this.quoId;