f53dcf3c9c70a37283e2640932ab9dc0787ec063
[kivitendo-erp.git] / templates / webpages / csv_import / _form_customers_vendors.html
1 <tr>
2  <th align="right">[%- LxERP.t8('Target table') %]:</th>
3  <td colspan="10">
4   [% opts = [ [ 'customer', LxERP.t8('Customers') ], [ 'vendor', LxERP.t8('Vendors') ] ] %]
5   [% L.select_tag('settings.table', L.options_for_select(opts, default => SELF.profile.get('table')), style => 'width: 300px') %]
6  </td>
7 </tr>