lazhen
2024-09-02 56578f002ef75c99dfb9bb9810352d83ab8885ee
_Main/UI/MacroPlannerWebApp/Component_StandardHoursReport/Response_pOperaction_bExport_OnClick.def
@@ -10,7 +10,7 @@
  {
    Body:
    [*
      rows := selectset( dhTable.Data(),LocalRow,row,true );
      rows := selectset( dhTable.Data(),LocalRow,row,exists( dhFinelEntity.Data(),Elements,entity,entity.DisplayName() = row.Name()) );
      columns := selectset( dhTable.Data( ),LocalColumn,column,true );
      LocalCell_Default::AsyncExport( RecycleBin, rows, columns );
    *]