From f7484973dc7c94fd41f23ef83d511f082cb0131e Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 24 五月 2024 16:37:19 +0800
Subject: [PATCH] 1

---
 force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
index fe025da..7706a06 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
+++ b/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;

--
Gitblit v1.9.1