Pman.Dialog.XtupleRecvGrp.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 2 Dec 2013 02:48:46 +0000 (10:48 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Dec 2013 02:48:46 +0000 (10:48 +0800)
Pman.Dialog.XtupleRecvGrp.js

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

index fae2b59..880924c 100644 (file)
                         "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}"
                     },
                     "*prop": "buttons[]",
-                    "text": "VOID",
+                    "text": "Download",
                     "xtype": "Button",
                     "|xns": "Roo"
                 },
index a43b47a..7ca5bf6 100644 (file)
@@ -1127,7 +1127,7 @@ Pman.Dialog.XtupleRecvGrp = {
                         
                         }
                     },
-                    text : "VOID"
+                    text : "Download"
                 },
                 {
                     xtype: 'Button',