]> wagnertech.de Git - mfinanz.git/blob - templates/webpages/csv_import/_data.html
Kunden-/Lieferantenstammdatenimport: zumindest das Testen funktioniert
[mfinanz.git] / templates / webpages / csv_import / _data.html
1 [% USE LxERP %]
2
3 [%- IF SELF.errors %]
4  [%- PROCESS 'csv_import/_errors.html' %]
5 [%- END %]
6
7 [%- IF SELF.import_status == 'imported' %]
8  [%- PROCESS 'csv_import/_result.html' %]
9 [%- END %]
10
11 [%- PROCESS 'csv_import/_preview.html' %]
12