_Main/BL/Type_LaneLeg/StaticMethod_CreateLaneLegFromJson.qbl
@@ -1,6 +1,7 @@ Quintiq file version 2.0 #parent: #root StaticMethod CreateLaneLegFromJson ( MacroPlan mp, JSON datarow ) as LaneLeg { @@ -29,7 +30,7 @@ lane := Lane::FindLaneTypeIndex( laneid ); result := LaneLeg::CreateLaneleg(lane, laneid, originstockingpointid, destinationstockingpointid, name, hasprocessingtime, processingtime); result := LaneLeg::CreateLaneleg( mp, lane, laneid, originstockingpointid, destinationstockingpointid, name, hasprocessingtime, processingtime); return result; *]