Hilfetexte für Lieferanschriftenstammdatenimport
[kivitendo-erp.git] / templates / webpages / csv_import / form.html
index 1fed864..2f0ff54 100644 (file)
      </tr>
     [%- END %]
    </table>
+
+[%- IF SELF.type == 'contacts' %]
+   <p>
+    [%- 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') %]
+   </p>
+[%- ELSIF SELF.type == 'addresses' %]
+   <p>
+    [%- 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') %]
+   </p>
+[%- END %]
   </div>
 
   <hr>