From 56d51032a83ae485e11307ea8b2fdac736cb468b Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期三, 13 九月 2023 11:00:11 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lhj --- _Main/BL/Type_MacroPlan/Method_InitialUnitAndStockingPoint.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_MacroPlan/Method_InitialUnitAndStockingPoint.qbl b/_Main/BL/Type_MacroPlan/Method_InitialUnitAndStockingPoint.qbl index b8b0705..d030255 100644 --- a/_Main/BL/Type_MacroPlan/Method_InitialUnitAndStockingPoint.qbl +++ b/_Main/BL/Type_MacroPlan/Method_InitialUnitAndStockingPoint.qbl @@ -11,7 +11,7 @@ currencyid := "CNY"; startdate := Date::Date( 1900, 1, 1 ); enddate := Date::Date( 9999, 12, 31 ); - capacitytype := "Infinite"; + capacitytype := "Transport quantity"; if( isnull( Unit::FindById( this, "绌鸿繍" ) ) ){ this.Unit( relnew, -- Gitblit v1.9.3