_Main/UI/MacroPlannerWebApp/Component_FormMachiningPipelineReport/Response_PanelPeriod_DateSelectorStart_OnChanged.def
@@ -13,9 +13,9 @@ if( this.Date() > DateSelectorEnd.Date() ){ this.HintError( 'The start date cannot be later than the end date!' ); }else{ if( dhSearch.Data().StartDate() <> this.Date() ){ if( not isnull( dhSearch.Data() ) and dhSearch.Data().StartDate() <> this.Date() ){ dhSearch.Data().StartDate( this.Date() ); DataHolderTable.Data().Generate( dhSearch.Data(), DataHolderProduct.Data() ); // DataHolderTable.Data().Generate( dhSearch.Data(), DataHolderProduct.Data() ); } } *]