_Main/BL/Type_CustomerDemandIDS/Method_GenerateColumn.qbl
@@ -23,7 +23,7 @@ monthperiodname := monthstart.Format( "M2/D2/Y" ); enddate := ( monthstart.StartOfNextMonth() - Duration::Days( 1 ) ).Date(); this.Column( relnew, Name := monthperiodname, StartDate := monthstart, EndDate := enddate, TimeUnit := Translations::MP_GlobalParameters_Month() ); weekstart := monthstart.StartOfNextMonth(); monthstart := monthstart.StartOfNextMonth(); } } *]