X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=b146465a8bbba692c061b74106c9aa65218d35a9;hb=8a2d9daf01083e1271cf6118591bb2c242734261;hp=7157dda9bca88fb9c44e0bef77e96765584c1fc7;hpb=3e3652cbf6f9ffb9b75a4252df4a2546c0bef081;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 7157dda9b..b146465a8 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -72,11 +72,23 @@

[%- 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') %]

+ [%- ELSIF SELF.type == 'addresses' %]

[%- 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.', 'trans_id') %]

+ +[%- ELSIF SELF.type == 'parts' %] +

+ [%- LxERP.t8("If the article type is set to 'mixed' then a column called 'type' must be present.") %] + [% LxERP.t8("Type can be either 'part' or 'service'.") %] +

[%- END %] + +

+ [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %] +

+