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