From ef148ebc93e1fef6e6caba2f6b321a30380a69fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 9 Apr 2008 17:43:31 +0000 Subject: [PATCH] Bugfix: 698, Titel bei Erzeugnisreports. --- bin/mozilla/ic.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}; -- 2.20.1