From bcf28ff5a04e52420ce53b224862e9f436166b98 Mon Sep 17 00:00:00 2001
From: yanyuan <yuan.yan@capgemini.com>
Date: 星期三, 01 十一月 2023 16:35:56 +0800
Subject: [PATCH] FIx BaseConversionFactor error

---
 _Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan#127.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan\043127.qbl" "b/_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan\043127.qbl"
index 007623c..f20706a 100644
--- "a/_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan\043127.qbl"
+++ "b/_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan\043127.qbl"
@@ -28,6 +28,7 @@
   TextBody:
   [*
     organcodelist := selectvalues( this, Global_MappingOperationBOM, bom,true, bom.OrganCode() );
+    info( macroPlan.BusinessType() );
     businessTypes := macroPlan.BusinessType().Tokenize( "," );
     if( not isnull( businessTypes ) and businessTypes.Size() > 0 ) {
         traverse( businessTypes, Elements, item ) {
@@ -48,7 +49,6 @@
       }
     
     macroPlan.InitialUnitAndStockingPoint();
-    info( macroPlan.BusinessType() );
     info( organcodelist.Element( 0 ) );
     //
     //if ( isUnitOfMeasure_MP ) {

--
Gitblit v1.9.3