_Main/BL/Type_InventorySummarySource/StaticMethod_InitiateSearch.qbl
@@ -23,8 +23,9 @@ } table := selectobject( owner, InventorySummarySource.InventorySummaryReport, table, table.IsShow() ); if( not isnull( table ) ){ products := selectset( owner, Product_MP, product, true ); table.Generate( search, products ); factorys := selectset( owner, Factory, factory, factory.ID() = FinancialProductionReport::GetDefaultAllUnit() ); productids := selectuniquevalues( table, InventroySummaryRow, row, row.Name() ); table.Generate( search, factorys, productids ); } return table; *]