1
chenjingwu
2024-05-24 35910c355f74e736e2068a0ffb7f39ae9615d8e1
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;