4 <th align="right">[%- LxERP.t8('AP Transaction/AccTrans Item row names') %]:</th>
6 [% L.input_tag('settings.ap_column', SELF.profile.get('ap_column'), size => "10") %]
7 [% L.input_tag('settings.transaction_column', SELF.profile.get('transaction_column'), size => "20") %]
11 <th align="right">[%- LxERP.t8('Maximal amount difference') %]:</th>
13 [% L.input_tag('settings.max_amount_diff', LxERP.format_amount(SELF.profile.get('max_amount_diff')), size => "5") %]
17 <th align="right">[%- LxERP.t8('Error handling') %]:</th>
19 [% L.checkbox_tag('settings.dont_save_anything_on_errors',
20 label => LxERP.t8('Do not save any datasets on errors'),
21 checked => SELF.profile.get('dont_save_anything_on_errors')) %]