]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/TopQuickSearch.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / Controller / TopQuickSearch.pm
index 03d6504438a8534d761d835a603b460de8e5021a..80536ee26b0267a0d2ebc6cb2a7d3546220e7766 100644 (file)
@@ -20,14 +20,19 @@ my @available_modules = (
   'SL::Controller::TopQuickSearch::Assortment',
   'SL::Controller::TopQuickSearch::Contact',
   'SL::Controller::TopQuickSearch::SalesQuotation',
+  'SL::Controller::TopQuickSearch::SalesOrderIntake',
   'SL::Controller::TopQuickSearch::SalesOrder',
   'SL::Controller::TopQuickSearch::SalesDeliveryOrder',
   'SL::Controller::TopQuickSearch::RequestForQuotation',
+  'SL::Controller::TopQuickSearch::PurchaseQuotationIntake',
   'SL::Controller::TopQuickSearch::PurchaseOrder',
+  'SL::Controller::TopQuickSearch::PurchaseOrderConfirmation',
   'SL::Controller::TopQuickSearch::PurchaseDeliveryOrder',
   'SL::Controller::TopQuickSearch::GLTransaction',
   'SL::Controller::TopQuickSearch::Customer',
   'SL::Controller::TopQuickSearch::Vendor',
+  'SL::Controller::TopQuickSearch::PhoneNumber',
+  'SL::Controller::TopQuickSearch::Project',
 );
 my %modules_by_name;