X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_form_customers_vendors.html;h=960ef5c51b9cb1117da7bbaa145cbf3ef38bb146;hb=9e58ceae3d60fe8986a2aefb8065467b16fa18de;hp=dbb828031f0303d310250b853713c5bb0890d003;hpb=5896615180704b3dddba46f4064a47ff1f094c3c;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_form_customers_vendors.html b/templates/webpages/csv_import/_form_customers_vendors.html index dbb828031..960ef5c51 100644 --- a/templates/webpages/csv_import/_form_customers_vendors.html +++ b/templates/webpages/csv_import/_form_customers_vendors.html @@ -8,3 +8,11 @@ [% L.select_tag('settings.table', opts, default = SELF.profile.get('table'), style = 'width: 300px') %] + + + [%- LxERP.t8('Existing customers/vendors with same customer/vendor number') %]: + + [% opts = [ [ 'update_existing', LxERP.t8('Update properties of existing entries') ], [ 'insert_new', LxERP.t8('Insert with new customer/vendor number') ], [ 'skip', LxERP.t8('Skip entry') ] ] %] + [% L.select_tag('settings.update_policy', opts, default = SELF.profile.get('update_policy'), style = 'width: 300px') %] + +