_Main/BL/Type_FinancialSalesSource/StaticMethod_InitializeNew.qbl
@@ -81,7 +81,7 @@ traverse( pisp, ProductInStockingPointInPeriod, pispip, not pispip.Period_MP().IsHistorical() and pispip.Period_MP().StartDate() < startofnextyear and ( pispip.DependentDemandAndSalesDemandQuantity() <> 0 or pispip.NewSupplyQuantity() <> 0 ) ){ dayperiodtime := ( pispip.Start() + Duration::Days( 1 ) ).Date(); dayperiodtime := pispip.Start().Date(); dayperiodname := dayperiodtime.Format( "M2/D2/Y" ); periodtime := dayperiodtime.StartOfMonth(); periodname := periodtime.Format( "M2/D2/Y" );