From 07e4f943461ed479126347a7521fb1202826a51a Mon Sep 17 00:00:00 2001 From: renhao <renhui.hao@capgemini.com> Date: 星期二, 19 九月 2023 18:23:25 +0800 Subject: [PATCH] 修改库存点 --- _Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl b/_Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl index 71d3cbd..7ea305b 100644 --- a/_Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl +++ b/_Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl @@ -13,7 +13,7 @@ if( isnull( product ) ) { info( "product : " + productId + " not found" ); } - stockingPointId := orgCode + "_" + productType + "_Stock"; + stockingPointId := orgCode + "_Stock"; stockingPoint := StockingPoint_MP::FindById( this, stockingPointId ); if( isnull( stockingPoint ) ) { info( "stockingPoint : " + stockingPointId + " not found" ); -- Gitblit v1.9.3