From 37df13b0111d0c7df0c063ab273a6dc06dc437fa Mon Sep 17 00:00:00 2001
From: yypsybs <yypsybs@foxmail.com>
Date: 星期五, 13 十月 2023 13:59:17 +0800
Subject: [PATCH] C端bug

---
 _Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def b/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def
index c8e9a52..30ca8f6 100644
--- a/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def
+++ b/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def
@@ -6,9 +6,6 @@
   [*
     // Select a secnario, will also be triggered when scenario is activated via scn mgr list
     
-    macroPlanOld := MacroPlan;
-    info( "SelectionScenario.OnSelectionCHanged  macroPlanOld : " + [String]macroPlanOld.MDSID() )
-    
     ApplicationLibMacroPlanner.SelectScenarioReadOnly( SelectionScenario.Data() );
     
     // Set active scenario on form
@@ -18,9 +15,5 @@
     {
       ApplicationLibMacroPlanner.ComponentMDS_SelectInstance( frm, SelectionScenario.Data() );
     }
-    
-    macroPlanNew := MacroPlan;
-    info( "SelectionScenario.OnSelectionCHanged  macroPlanNew : " + [String]macroPlanOld.MDSID() )
-    ManufactureLTImputation::Transfer( macroPlanOld, macroPlanNew );
   *]
 }

--
Gitblit v1.9.3