_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_GenerateDispatchData.qbl
@@ -283,7 +283,9 @@ } traverse( lines,Elements.DispatchShiftSchedulingProduct.DispatchShiftSchedulingDetail,detail ){ detail.ShiftVolume( detail.ShiftVolume() ); if( detail.DispatchShiftSchedulingProduct().DispatchShiftSchedulingLine().LineName().ToUpper().LikeUserLocale( "PL" )){ detail.ShiftVolume( detail.ShiftVolume() * 4 ); } } info( "Success" );