From: Sven Schöling Date: Wed, 9 Apr 2008 17:43:31 +0000 (+0000) Subject: Bugfix: 698, Titel bei Erzeugnisreports. X-Git-Tag: release-2.6.0beta1~174 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ef148ebc93e1fef6e6caba2f6b321a30380a69fc;p=kivitendo-erp.git Bugfix: 698, Titel bei Erzeugnisreports. --- diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index dde593feb..bd02fa761 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -388,7 +388,7 @@ sub addtop100 { $form->{top100} = "top100"; $form->{l_soldtotal} = "Y"; -# $form->{soldtotal} = "soldtotal"; + $form->{soldtotal} = "soldtotal"; $form->{sort} = "soldtotal"; $form->{l_qty} = "N"; $form->{l_linetotal} = ""; @@ -985,6 +985,7 @@ sub generate_report { my ($revers, $lastsort, $description); $form->{title} = (ucfirst $form->{searchitems}) . "s"; + $form->{title} =~ s/ys$/ies/; $form->{title} = $locale->text($form->{title}); my $revers = $form->{revers};