From 3abed9d4cd3c0fc8c32caf6a3c11d84db5d214ff Mon Sep 17 00:00:00 2001
From: 李彤 <litong@prec-tech.com>
Date: 星期五, 15 四月 2022 09:49:48 +0800
Subject: [PATCH] 来源

---
 force-app/main/default/pages/NewQuoteEntry.page |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/pages/NewQuoteEntry.page b/force-app/main/default/pages/NewQuoteEntry.page
index f00ec02..7bdd385 100644
--- a/force-app/main/default/pages/NewQuoteEntry.page
+++ b/force-app/main/default/pages/NewQuoteEntry.page
@@ -191,6 +191,7 @@
         <apex:inputHidden id="changedAfterPrint" value="{!changedAfterPrint}"/>
         <apex:inputHidden id="changedAfterBid" value="{!changedAfterBid}"/>
         <apex:inputHidden id="filg" value="{!filg}" />
+        <apex:inputHidden id="SkipQuotefilg" value="{!SkipQuotefilg}" />
         <apex:inputHidden id="productStatusUpdated" value="{!productStatusUpdated}"/>
         <!-- 20211011 lt add MarkRed();-->
         <apex:actionFunction action="{!setProductEntry}" name="setProductEntry" reRender="mainForm" oncomplete="unblockUI();calPriceAll();MarkRed();">

--
Gitblit v1.9.1