Merge branch 'master', remote branch 'origin'
[kivitendo-erp.git] / templates / webpages / csv_import / _form_customers_vendors.html
index f53dcf3..dbb8280 100644 (file)
@@ -1,7 +1,10 @@
+[% USE LxERP %]
+[% USE L %]
+
 <tr>
  <th align="right">[%- LxERP.t8('Target table') %]:</th>
  <td colspan="10">
   [% opts = [ [ 'customer', LxERP.t8('Customers') ], [ 'vendor', LxERP.t8('Vendors') ] ] %]
-  [% L.select_tag('settings.table', L.options_for_select(opts, default => SELF.profile.get('table')), style => 'width: 300px') %]
+  [% L.select_tag('settings.table', opts, default = SELF.profile.get('table'), style = 'width: 300px') %]
  </td>
 </tr>