Pman.Dialog.XtupleRecvGrp.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 6 Dec 2013 05:28:30 +0000 (13:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Dec 2013 05:28:30 +0000 (13:28 +0800)
Pman.Dialog.XtupleRecvGrp.js

Pman.Dialog.XtupleRecvGrp.bjs
Pman.Dialog.XtupleRecvGrp.js

index 20263fc..a3a40c2 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-336",
+    "id": "roo-file-346",
     "name": "Pman.Dialog.XtupleRecvGrp",
     "parent": "",
     "title": "",
                 },
                 {
                     "listeners": {
-                        "click": "function (_self, e)\n{\n    if (!_this.form.findField('recvgrp_id').getValue()) {\n        Roo.MessageBox.alert(\"Error\", \"Can not void this as it has not been saved\");\n        return;\n    }\n   \n     if (1 * _this.form.findField('recvgrp_void').getValue()) {\n        Roo.MessageBox.alert(\"Error\", \"This record is already void.\");\n        return;\n    }\n    new Pman.Request({\n        mask : 'Voiding',\n        method : 'POST',\n        url : baseURL + '/Roo/Recvgrp',\n        params : {\n            recvgrp_id : _this.form.findField('recvgrp_id').getValue(),\n            _void : 1\n        },\n        success : function() {\n              if (_this.callback) {\n                _this.callback.call(_this, _this.form.getValues());\n             }\n            _this.dialog.hide();\n        }\n    });\n    \n   \n\n}"
+                        "click": "function (_self, e)\n{\n    if (!_this.form.findField('recvgrp_id').getValue()) {\n        Roo.MessageBox.alert(\"Error\", \"Can not void this as it has not been saved\");\n        return;\n    }\n   \n     if (1 * _this.form.findField('recvgrp_void').getValue()) {\n        Roo.MessageBox.alert(\"Error\", \"This record is already void.\");\n        return;\n    }\n    new Pman.Request({\n        mask : 'Voiding',\n        method : 'POST',\n        url : baseURL + '/Roo/Recvgrp',\n        timeout: 90000,\n        params : {\n            recvgrp_id : _this.form.findField('recvgrp_id').getValue(),\n            _void : 1\n        },\n        success : function() {\n              if (_this.callback) {\n                _this.callback.call(_this, _this.form.getValues());\n             }\n            _this.dialog.hide();\n        }\n    });\n    \n   \n\n}"
                     },
                     "*prop": "buttons[]",
                     "text": "VOID",
index f4086a0..1b0741a 100644 (file)
@@ -1127,6 +1127,7 @@ Pman.Dialog.XtupleRecvGrp = {
                                 mask : 'Voiding',
                                 method : 'POST',
                                 url : baseURL + '/Roo/Recvgrp',
+                                timeout: 90000,
                                 params : {
                                     recvgrp_id : _this.form.findField('recvgrp_id').getValue(),
                                     _void : 1