Revision 709aea6d
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
SL/Controller/TopQuickSearch/Article.pm | ||
---|---|---|
SL::Controller::Base->new->url_for(
|
||
controller => 'ic.pl',
|
||
action => 'generate_report',
|
||
searchitems => 'assembly',
|
||
all => $_[0],
|
||
);
|
||
}
|
bin/mozilla/ic.pl | ||
---|---|---|
|
||
my $cvar_configs = CVar->get_configs('module' => 'IC');
|
||
|
||
$form->{title} = (ucfirst $form->{searchitems}) . "s";
|
||
$form->{title} =~ s/ys$/ies/;
|
||
$form->{title} = $locale->text($form->{title});
|
||
my %titles = (
|
||
'' => $locale->text('Articles'),
|
||
part => $locale->text('Parts'),
|
||
service => $locale->text('Services'),
|
||
assembly => $locale->text('Assemblies'),
|
||
);
|
||
|
||
$form->{title} = $titles{$form->{searchitems}};
|
||
|
||
my %column_defs = (
|
||
'bin' => { 'text' => $locale->text('Bin'), },
|
Auch abrufbar als: Unified diff
TopQuickSearch: Alle Artikelsuchen haben nur Erzeugnisse gefunden
...hat keiner gemerkt...