]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ca.pl
Mehrere neue Outputtypen für die parsing engine eingebaut:
[mfinanz.git] / bin / mozilla / ca.pl
index 3d52198409568586de1d14e09590102a2544f642..de360495c1ec91319e9ee261b8b6ea9bff912338 100644 (file)
@@ -92,7 +92,7 @@ sub chart_of_accounts {
 
   print qq|
 <body>
-  
+
 <table border=0 width=100%>
   <tr><th class=listtop colspan=$colspan>$form->{title}</th></tr>
   <tr height="5"></tr>
@@ -235,8 +235,7 @@ sub list {
          <th align=right>| . $locale->text('Include in Report') . qq|</th>
          <td colspan=3>
          <input name=l_subtotal class=checkbox type=checkbox value=Y>&nbsp;|
-    . $locale->text('Subtotal')
-    . qq|</td>
+    . $locale->text('Subtotal') . qq|</td>
        </tr>
       </table>
     </td>
@@ -513,4 +512,3 @@ sub ca_subtotal {
 
   $lxdebug->leave_sub();
 }
-