_Main/BL/Type_FinancialSalesReport/Method_GenerateColumn.qbl
@@ -11,7 +11,7 @@ startofyear := startofplanning.StartOfYear(); startofnextyear := startofplanning.StartOfNextYear(); for( start := startofyear; start < startofnextyear; start := start.StartOfMonth() ){ for( start := startofyear; start < startofnextyear; start := start.StartOfNextMonth() ){ periodtime := start.Date(); periodname := periodtime.Format( "M2/D2/Y" ); this.FinancialSalesColumn( relnew, Name := periodname, Period := periodtime );