X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/14fbef00c9ced6cabe08ba14e5387e9d6221ff24..7647d46:/templates/webpages/csv_import/report.html diff --git a/templates/webpages/csv_import/report.html b/templates/webpages/csv_import/report.html index 264bedafb..51d4eb23c 100644 --- a/templates/webpages/csv_import/report.html +++ b/templates/webpages/csv_import/report.html @@ -1,27 +1,27 @@ [% USE HTML %] [% USE LxERP %] [% USE L %] -
| [% value | html %] | [%- END %][%- LxERP.t8('Notes') %] |
|---|---|
| [%- value | html %] | [%- END %]
[%- FOREACH error = csv_import_report_errors %][%- error | html %][% UNLESS loop.last %] [%- END %][%- END %] - [%- FOREACH info = SELF.report.folded_status.${loop.index}.information %][% IF !loop.first || csv_import_report_errors.size %] [%- END %][%- info | html %][%- END %] + [%- FOREACH info = SELF.report_status.${rownum}.information %][% IF !loop.first || csv_import_report_errors.size %] [%- END %][%- info | html %][%- END %] |