X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/67643d0386e7ad051009af639cada8a5ad60d1ea..87eebe6:/templates/webpages/csv_import/report.html diff --git a/templates/webpages/csv_import/report.html b/templates/webpages/csv_import/report.html index 7965b092f..51d4eb23c 100644 --- a/templates/webpages/csv_import/report.html +++ b/templates/webpages/csv_import/report.html @@ -1,30 +1,36 @@ [% USE HTML %] [% USE LxERP %] [% USE L %] -
| [% value | html %] | [%- END %][%- LxERP.t8('Notes') %] |
|---|---|
| [%- value | html %] | [%- END %]
- [%- FOREACH error = row.errors %][%- HTML.escape(error) %][% UNLESS loop.last %] [%- END %][%- END %] - [%- FOREACH info = row.information %][% IF !loop.first || row.errors.size %] [%- END %][%- HTML.escape(info) %][%- END %] + [%- FOREACH error = csv_import_report_errors %][%- error | html %][% UNLESS loop.last %] [%- END %][%- END %] + [%- FOREACH info = SELF.report_status.${rownum}.information %][% IF !loop.first || csv_import_report_errors.size %] [%- END %][%- info | html %][%- END %] |