lazhen
2024-11-20 b6c72c6dc3a37ecf8742cec536774863392bdbe7
_Main/BL/Type_InventoryPlanArchiveVersion/StaticMethod_InitiateSearch.qbl
@@ -21,7 +21,9 @@
    }
    table                     := selectobject( owner, InventoryPlanArchiveVersion, table, table.IsShow() );
    if( not isnull( table ) ){
      table.Generate( search);
      productids             := selectuniquevalues( table, Row, row, row.Name() );
      productlines           := selectuniquevalues( table, Row, row, row.Unit() );
      table.Generate( search, productids, productlines );
    }
    return table;
  *]