]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/DownloadZip.pm
Kontoauszug verbuchen: Lieferantengutschrift buchen
[mfinanz.git] / SL / Controller / DownloadZip.pm
index ffc37155b3d761a5361578b9f5a1a7a2ce77c0f1..57c436a2fec421119ef609c64c08188b7a420257 100644 (file)
@@ -20,7 +20,7 @@ sub action_download_orderitems_files {
   # in kivitendo.conf some regex may be defined:
   # For no values just let it commented out
   # PA = Produktionsauftrag, L = Lieferschein, ML = Materialliste
-  # If you want several options, please seperate the letter with '|'. Example: '^(PA|L).*'
+  # If you want several options, please separate the letter with '|'. Example: '^(PA|L).*'
   #set_sales_documenttype_for_delivered_quantity = '^(LS).*'
   #set_purchase_documenttype_for_delivered_quantity = '^(EL).*'
   #
@@ -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,