From: G. Richardson Date: Sat, 12 Nov 2016 13:25:45 +0000 (+0100) Subject: part_type - Überschrift für Sortimente in generate_report X-Git-Tag: release-3.5.4~1870 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=487c375dcf4b7a11903809a42d37f95232291343;p=kivitendo-erp.git part_type - Überschrift für Sortimente in generate_report --- diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 2e14fbdd8..d3cd91094 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -259,10 +259,11 @@ sub generate_report { 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}};