Pman.Dialog.XtuplePurchaseOrder.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 6 Jan 2014 09:40:01 +0000 (17:40 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 6 Jan 2014 09:40:01 +0000 (17:40 +0800)
Pman.Dialog.XtuplePurchaseOrder.js

Pman.Dialog.XtuplePurchaseOrder.bjs
Pman.Dialog.XtuplePurchaseOrder.js

index b461643..9b2df81 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-341",
+    "id": "roo-file-344",
     "name": "Pman.Dialog.XtuplePurchaseOrder",
     "parent": "",
     "title": "",
                                                         },
                                                         {
                                                             "listeners": {
-                                                                "click": "function (_self, e)\n{\n    new Pman.Request( {\n        url : baseURL + '/Roo/Gltrans',\n        method : 'GET',\n        mask:  'sending',\n        params : {\n            pohead_id : _this.form.findField('pohead_id').getValue(),\n            _autovoid : 1,\n        },\n        success : function() {\n            _this.gltxpanel.footer.onClick('first');\n        }\n            \n    \n    });\n}"
+                                                                "click": "function (_self, e)\n{\n    new Pman.Request( {\n        url : baseURL + '/Roo/Gltrans',\n        method : 'GET',\n        mask:  'sending',\n        params : {\n            pohead_id : _this.form.findField('pohead_id').getValue(),\n            _autovoid : 1\n        },\n        success : function() {\n            _this.gltxpanel.footer.onClick('first');\n        }\n            \n    \n    });\n}"
                                                             },
                                                             "text": "AutoVoid",
                                                             "xtype": "Button",
index e9f9493..f54d381 100644 (file)
@@ -2257,7 +2257,7 @@ Pman.Dialog.XtuplePurchaseOrder = {
                                                             mask:  'sending',
                                                             params : {
                                                                 pohead_id : _this.form.findField('pohead_id').getValue(),
-                                                                _autovoid : 1,
+                                                                _autovoid : 1
                                                             },
                                                             success : function() {
                                                                 _this.gltxpanel.footer.onClick('first');