]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/_deferred_results.html
Spezifisches Recht für CSV-Import
[mfinanz.git] / templates / webpages / csv_import / _deferred_results.html
index 7f68a32d50d73a381e56b3945eb1d122d129b5e7..87e913f7d030eb3e49eb0c62b13554e6c2d1ac2a 100644 (file)
@@ -16,6 +16,7 @@
       data: {
         action: 'CsvImport/result',
         'profile.type': '[% SELF.profile.type %]',
+        'csv_import_access' : '[% SELF.csv_import_access %]',
         job: '[% SELF.background_job.id %]'
       },
       success: function(data) { $('#results').html(data) },