Pman.Tab.XtupleSalesOrder.bjs
authorEdward <edward@roojs.com>
Wed, 26 Feb 2014 03:55:33 +0000 (11:55 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Feb 2014 03:55:33 +0000 (11:55 +0800)
Pman.Tab.XtupleSalesOrder.js

Pman.Tab.XtupleSalesOrder.bjs
Pman.Tab.XtupleSalesOrder.js

index 5e411d1..22ab3c8 100644 (file)
@@ -99,7 +99,7 @@
                                             "items": [
                                                 {
                                                     "listeners": {
-                                                        "click": "function ()\n{\n    new Pman.Download({\n        grid : _this.grid,\n        newWindow : true,\n        method : 'POST'\n    });     \n   \n}"
+                                                        "click": "function ()\n{\n    new Pman.Download({\n        grid : _this.grid,\n        newWindow : true,\n        method : 'GET'\n    });     \n   \n}"
                                                     },
                                                     "cls": "x-btn-text-icon",
                                                     "text": "Download Results",
index b76372e..4d93b02 100644 (file)
@@ -167,7 +167,7 @@ Pman.Tab.XtupleSalesOrder = new Roo.XComponent({
                                                 new Pman.Download({
                                                     grid : _this.grid,
                                                     newWindow : true,
-                                                    method : 'POST'
+                                                    method : 'GET'
                                                 });     
                                                
                                             }