X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=9fd30ac1d953bc09272b571b805ff64c16215239;hb=b16b33c220a567bf8a8b998ff69d44d380b0a181;hp=26db240d76bde088524f844980beb6de081354b5;hpb=87e65e6c1cc64bfb2d73b6914ed2ef136861dd42;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 26db240d7..9fd30ac1d 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -73,6 +73,7 @@ [%- IF SELF.type == 'contacts' %]

+ [%- LxERP.t8("You can update existing contacts by providing the 'cp_id' column with their database IDs. Otherwise: ") %] [%- LxERP.t8('At least one of the columns #1, customer, customernumber, vendor, vendornumber (depending on the target table) is required for matching the entry to an existing customer or vendor.', 'cp_cv_id') %]

@@ -203,6 +204,8 @@ [%- INCLUDE 'csv_import/_form_parts.html' %] [%- ELSIF SELF.type == 'customers_vendors' %] [%- INCLUDE 'csv_import/_form_customers_vendors.html' %] +[%- ELSIF SELF.type == 'contacts' %] + [%- INCLUDE 'csv_import/_form_contacts.html' %] [%- END %]