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