Revision 487c375d
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
my $cvar_configs = CVar->get_configs('module' => 'IC');
|
||
|
||
my %titles = (
|
||
'' => $locale->text('Articles'),
|
||
part => $locale->text('Parts'),
|
||
service => $locale->text('Services'),
|
||
assembly => $locale->text('Assemblies'),
|
||
'' => $locale->text('Articles'),
|
||
part => $locale->text('Parts'),
|
||
service => $locale->text('Services'),
|
||
assembly => $locale->text('Assemblies'),
|
||
assortment => $locale->text('Assortments'),
|
||
);
|
||
|
||
$form->{title} = $titles{$form->{searchitems}};
|
Auch abrufbar als: Unified diff
part_type - Überschrift für Sortimente in generate_report