Sammelcommit Bankerweiterung und Skonto
[kivitendo-erp.git] / templates / webpages / csv_import / _form_mt940.html
1 [% USE LxERP %]
2 [% USE L %]
3
4 <tr>
5  <th align="right">[%- LxERP.t8("Existing bank transactions") %]:</th>
6  <td colspan="10">
7   [% opts = [ [ 'skip', LxERP.t8('Skip entry') ] , [ 'insert_new', LxERP.t8('Insert new') ] ] %]
8   [% L.select_tag('settings.update_policy', opts, default = SELF.profile.get('update_policy'), style = 'width: 300px') %]
9  </td>
10 </tr>
11
12