force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
@@ -1057,7 +1057,7 @@ quoteLineItem.forEach(quotltiem=>{ // chenjingwu 20240411 start if(quotltiem.ProductCategory !== undefined && quotltiem.ProductCategory !== null){ quotltiem.PricebookEntry.Product2.ProductCategory__c = quotltiem.ProductCategory; quotltiem.pageObject.PricebookEntry.Product2.ProductCategory__c = quotltiem.ProductCategory; } // chenjingwu 20240411 end quotltiem.Quantity__c = quotltiem.pageObject.Quantity__c;