X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_deferred_results.html;h=f2061899a9423f68d2eec1f73f4f1d7f7166a8de;hb=3b5dc7b68b53ea153b9716f9b85c3b6dc3a71574;hp=87e913f7d030eb3e49eb0c62b13554e6c2d1ac2a;hpb=6261d6ca23a2943f691d45ae6944da1a37eb7867;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_deferred_results.html b/templates/webpages/csv_import/_deferred_results.html index 87e913f7d..f2061899a 100644 --- a/templates/webpages/csv_import/_deferred_results.html +++ b/templates/webpages/csv_import/_deferred_results.html @@ -4,7 +4,7 @@

[% 'Import Status' | $T8 %]

-[% PROCESS 'common/flash.html' %] +[% INCLUDE 'common/flash.html' %] [% UNLESS SELF.background_job.data_as_hash.errors %]
@@ -16,7 +16,6 @@ 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) },