]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/rp.pl
Entfernung von totem Code: Die Funktion menubar() gibt es schon lange nicht mehr.
[mfinanz.git] / bin / mozilla / rp.pl
index 034fa4f893969c3b580c129c190f2dd26f2977b9..f66461ee62f8523fdf0d9f81b95a10c3517d4310 100644 (file)
@@ -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|">
 <input class=submit type=submit name=action value="|
       . $locale->text('E-mail') . qq|">
-|;
-  }
 
-  if ($form->{menubar}) {
-    require "$form->{path}/menu.pl";
-    &menubar;
-  }
-
-  print qq|
 </form>
 
 </body>