_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; *]