]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Bugfix: 698, Titel bei Erzeugnisreports.
[mfinanz.git] / bin / mozilla / ic.pl
index dde593feb69454cebc6beef603f0604dbcbf51f6..bd02fa761eeacc8f52bfcb5f50c65bde905482a8 100644 (file)
@@ -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};