_Main/BL/Type_CustomerDemandIDS/StaticMethod_InitiateSearch.qbl
@@ -21,7 +21,8 @@ } table := selectobject( owner, CustomerDemandIDS, table, table.IsShow() ); if( not isnull( table ) ){ table.Generate( search); productids := selectuniquevalues( table, Row, row, row.Name() ); table.Generate( search, productids ); } return table; *]