Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / csv_import / _form_orders.html
1 [% USE LxERP %]
2 [% USE L %]
3 <tr>
4  <th align="right">[%- LxERP.t8('Order/Item row name') %]:</th>
5  <td colspan="10">
6   [% L.input_tag('settings.order_column', SELF.profile.get('order_column'), size => "10") %]
7   [% L.input_tag('settings.item_column',  SELF.profile.get('item_column'),  size => "10") %]
8  </td>
9 </tr>
10
11 <tr>
12  <th align="right">[%- LxERP.t8('Maximal amount difference') %]:</th>
13  <td colspan="10">
14   [% L.input_tag('settings.max_amount_diff', LxERP.format_amount(SELF.profile.get('max_amount_diff')), size => "5") %]
15  </td>
16 </tr>