_Main/BL/Type_CCEngineLogisticsCostReport0/Method_GenerateColumn.qbl
@@ -14,7 +14,7 @@ for( start := startofyear; start < startofnextyear; start := start.StartOfNextMonth() ){ periodtime := start.Date(); periodname := periodtime.Format( "M2/D2/Y" ); this.Column( relnew, Name := periodname, StartDate := periodtime ); this.Column( relnew, Name := periodname, StartDate := periodtime, EndDate := ( start.StartOfNextMonth() - Duration::Days( 1 ) ).Date() ); } *] }