Revision c8c1042a
Von Sven Schöling vor fast 9 Jahren hinzugefügt
SL/Controller/TopQuickSearch.pm | ||
---|---|---|
11 | 11 |
'scalar --get_set_init' => [ qw(module js) ], |
12 | 12 |
); |
13 | 13 |
|
14 |
my @available_modules = qw(
|
|
15 |
SL::Controller::TopQuickSearch::Article
|
|
16 |
SL::Controller::TopQuickSearch::Part
|
|
17 |
SL::Controller::TopQuickSearch::Service
|
|
18 |
SL::Controller::TopQuickSearch::Assembly
|
|
19 |
SL::Controller::TopQuickSearch::Contact
|
|
20 |
SL::Controller::TopQuickSearch::GLTransaction
|
|
14 |
my @available_modules = ( |
|
15 |
'SL::Controller::TopQuickSearch::Article',
|
|
16 |
'SL::Controller::TopQuickSearch::Part',
|
|
17 |
'SL::Controller::TopQuickSearch::Service',
|
|
18 |
'SL::Controller::TopQuickSearch::Assembly',
|
|
19 |
'SL::Controller::TopQuickSearch::Contact',
|
|
20 |
'SL::Controller::TopQuickSearch::GLTransaction',
|
|
21 | 21 |
); |
22 | 22 |
my %modules_by_name; |
23 | 23 |
|
Auch abrufbar als: Unified diff
TopQuickSearch: qw() -> liste, zum einfachen auskommentieren