_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_InitiateSearch.qbl
@@ -22,7 +22,9 @@ } table := selectobject( owner, AssemblyOnlinePlanVersion, 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; *]