Record-List-Template: fehlende [% USE %]-Anweisung
[kivitendo-erp.git] / templates / webpages / oe / edit_periodic_invoices_config.html
index 2df969e..839fb45 100644 (file)
@@ -1,7 +1,6 @@
 [% USE HTML %]
 [% USE LxERP %]
 [% USE L %]
-<body>
 
  <div class="listtop">[% title %]</div>
 
@@ -56,7 +55,7 @@
     <tr>
      <th align="right">[%- LxERP.t8('Record in') %]</th>
      <td valign="top">
-      [% L.select_tag("ar_chart_id", AR, title_key => 'description', default => ar_chart_id)) %]
+      [% L.select_tag("ar_chart_id", AR, title_key => 'description', default => ar_chart_id) %]
      </td>
     </tr>
 
     -->
  </script>
 
-</body>
-</html>