]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/_deferred_report.html
Spezifisches Recht für CSV-Import(2)
[mfinanz.git] / templates / webpages / csv_import / _deferred_report.html
index 4d084321af9e31013f553ae81a2af13289a5b316..d4fde088525bd3e88f08acca630a9c6cce4c0b6a 100644 (file)
@@ -20,7 +20,7 @@
 
   $(document).ready(function(){
     [%- IF SELF.background_job.data_as_hash.report_id %]
-      get_report('#csv_import_report', 'controller.pl', { action: 'CsvImport/report', 'no_layout': 1, 'id': [% SELF.background_job.data_as_hash.report_id %], 'csv_import_access' : '[% SELF.csv_import_access %]' });
+      get_report('#csv_import_report', 'controller.pl', { action: 'CsvImport/report', 'no_layout': 1, 'id': [% SELF.background_job.data_as_hash.report_id %] });
     [%- END %]
   });