Pman.Dialog.XtupleTransfer.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 4 Feb 2014 07:37:27 +0000 (15:37 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 4 Feb 2014 07:37:27 +0000 (15:37 +0800)
Pman.Dialog.XtupleTransfer.js

Pman.Dialog.XtupleTransfer.bjs
Pman.Dialog.XtupleTransfer.js

index 186aec6..6900498 100644 (file)
                 },
                 {
                     "listeners": {
-                        "click": "function (_self, e)\n{\n\n   new Pman.Download({\n        url : baseURL + '/Xtuple/Roo/invhist_transfer',\n        method : 'GET',\n        params : {\n            _roo_office : _this.form.findField('_roo_office').getValue(),\n           _download : _this.data.invhist_transfer_id \n             \n        }\n    });\n    \n    \n\n}"
+                        "click": "function (_self, e)\n{\n\n   new Pman.Download({\n        url : baseURL + '/Xtuple/Roo/invhist_transfer',\n        method : 'GET',\n        timeout : 90000,\n        params : {\n            _roo_office : _this.form.findField('_roo_office').getValue(),\n           _download : _this.data.invhist_transfer_id \n             \n        }\n    });\n    \n    \n\n}"
                     },
                     "*prop": "buttons[]",
                     "text": "Download (Excel)",
index b652274..4747af2 100644 (file)
@@ -1820,6 +1820,7 @@ Pman.Dialog.XtupleTransfer = {
                            new Pman.Download({
                                 url : baseURL + '/Xtuple/Roo/invhist_transfer',
                                 method : 'GET',
+                                timeout : 90000,
                                 params : {
                                     _roo_office : _this.form.findField('_roo_office').getValue(),
                                    _download : _this.data.invhist_transfer_id