X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8c0a8805fea741b5a7befd2601b49d86c4a0e612..8ec0d29a33e23ce962b807e87cc8b577c8c98ec2:/bin/mozilla/rp.pl diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 034fa4f89..f66461ee6 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1253,7 +1253,8 @@ sub generate_balance_sheet { $form->{IN} = "balance_sheet.html"; # setup company variables for the form - map { $form->{$_} = $myconfig{$_} } + map { $form->{$_} = $myconfig{$_}; + $form->{$_} =~ s/\\n/\n/g; } (qw(company address businessnumber nativecurr)); $form->{templates} = $myconfig{templates}; @@ -1851,15 +1852,7 @@ sub aging { . $locale->text('Print') . qq|"> -|; - } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq|