Steuerzonen ungültig machen
[kivitendo-erp.git] / templates / webpages / bp / search.html
index bf94eea..6fd9767 100644 (file)
@@ -2,7 +2,6 @@
 [%- USE T8 %]
 [%- USE LxERP %]
 [%- USE HTML %]
-<body>
 <form method=post action=bp.pl>
 
 <h1>[% 'Print' | $T8 %] [% label.$type.title %]</h1>[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %]
@@ -30,7 +29,7 @@
 [% IF show_accounts %]
   <tr>
     <th align=right>[% 'Account' | $T8 %]</th>
-    <td colspan=3>[% L.select_tag('account', L.options_for_select(accounts, value_title_sub=\account_sub)) %]</td>
+    <td colspan=3>[% L.select_tag('account', accounts, value_title_sub=\account_sub) %]</td>
   </tr>
 [% END %]
 [%- IF label.$type.invnumber %]
@@ -83,6 +82,4 @@
 
 </form>
 
-</body>
 
-</html>