X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/92879200ffaa0361108cea1cb69b86db3f10e90b..7459b01b23dccf173e35281db34313d9868a94d0:/SL/Controller/TopQuickSearch.pm diff --git a/SL/Controller/TopQuickSearch.pm b/SL/Controller/TopQuickSearch.pm index 978eb95db..7a0143021 100644 --- a/SL/Controller/TopQuickSearch.pm +++ b/SL/Controller/TopQuickSearch.pm @@ -17,7 +17,13 @@ my @available_modules = ( 'SL::Controller::TopQuickSearch::Service', 'SL::Controller::TopQuickSearch::Assembly', 'SL::Controller::TopQuickSearch::Contact', + 'SL::Controller::TopQuickSearch::SalesQuotation', + 'SL::Controller::TopQuickSearch::SalesOrder', + 'SL::Controller::TopQuickSearch::RequestForQuotation', + 'SL::Controller::TopQuickSearch::PurchaseOrder', 'SL::Controller::TopQuickSearch::GLTransaction', + 'SL::Controller::TopQuickSearch::Customer', + 'SL::Controller::TopQuickSearch::Vendor', ); my %modules_by_name; @@ -181,7 +187,6 @@ The full interface is described in L =head1 TODO * user configuration - * searches for orders, customers, vendors =head1 BUGS