lazhen
2024-11-18 e1af2556a7f785c518380e63b67fe8600b9163ec
_Main/BL/Type_OfflinePlanArchiveVersion/StaticMethod_InitiateSearch.qbl
@@ -22,7 +22,9 @@
    }
    table                     := selectobject( owner, OfflinePlanArchiveVersion, table, table.IsShow() );
    if( not isnull( table ) ){
      table.Generate( search);
      productids             := selectuniquevalues( table, Row, row, row.Name() );
      productlines           := selectuniquevalues( table, Row, row, row.ProductionLine() );
      table.Generate( search, productids, productlines );
    }
    return table;
  *]