]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/_preview.html
Anzeige und Import von übersetzten Artikeltexten und Bemerkungen
[mfinanz.git] / templates / webpages / csv_import / _preview.html
index 139f4c8b06f52d412f4f701f099e11e190fa1fbe..08997b9453290153652f72e65f2399eabc0f6708 100644 (file)
@@ -15,6 +15,9 @@
    [%- FOREACH column = SELF.headers.headers %]
     <th>[%- HTML.escape(column) %]</th>
    [%- END %]
+   [%- FOREACH column = SELF.raw_data_headers.headers %]
+    <th>[%- HTML.escape(column) %]</th>
+   [%- END %]
    <th>[%- LxERP.t8('Notes') %]</th>
   </tr>
 
@@ -23,6 +26,9 @@
    [%- FOREACH method = SELF.headers.methods %]
     <td>[%- HTML.escape(row.object.$method) %]</td>
    [%- END %]
+   [%- FOREACH method = SELF.raw_data_headers.headers %]
+    <td>[%- HTML.escape(row.raw_data.$method) %]</td>
+   [%- END %]
    <td>
     [%- FOREACH error = row.errors %][%- HTML.escape(error) %][% UNLESS loop.last %]<br>[%- END %][%- END %]
    </td>