]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/DownloadZip.pm
Testfehler: Tabs entfernt
[kivitendo-erp.git] / SL / Controller / DownloadZip.pm
index ffc37155b3d761a5361578b9f5a1a7a2ce77c0f1..f1a6fa6a67df491a9d6364da175bf30f7e3f9db6 100644 (file)
@@ -110,7 +110,7 @@ THis method must be inserted into the customer branch:
 
   ns.downloadOrderitemsAtt = function(type,id) {
     var rowcount  = $('input[name=rowcount]').val() - 1;
-         var data = {
+    var data = {
         action:     'FileManagement/download_zip',
         type:       type,
         object_id:  id,