yanyuan
2023-10-31 618b16e7933c49d977a4df19f756250b80d43c0d
_Main/BL/Type_Lane/StaticMethod_CreateLane.qbl
@@ -1,6 +1,7 @@
Quintiq file version 2.0
#parent: #root
StaticMethod CreateLane (
  MacroPlan mp,
  Unit unit,
  String id,
  String name,
@@ -19,7 +20,7 @@
    isfromdb := true;
    
    //create new stockingpoint
    result := Lane::FindLaneTypeIndex( id );
    result := Lane::FindById( mp, id );
    
    if( isnull( result ) )
    {