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