Pman.Tab.XtupleCurrency.bjs
authorEdward <edward@roojs.com>
Fri, 27 Dec 2013 05:34:39 +0000 (13:34 +0800)
committerEdward <edward@roojs.com>
Fri, 27 Dec 2013 05:34:39 +0000 (13:34 +0800)
Pman.Tab.XtupleCurrency.js

Pman.Tab.XtupleCurrency.bjs
Pman.Tab.XtupleCurrency.js

index f3e2f59..ae5072e 100644 (file)
                                                 },
                                                 {
                                                     "listeners": {
-                                                        "|click": "function()\n{\n    new Pman.Request({\n        method: 'POST',\n        url: baseURL+ '/Roo/curr_rate',\n        params : {\n            \n        },\n        success : function() {\n            \n        }\n    });\n}\n"
+                                                        "|click": "function()\n{\n    \n    new Pman.Request({\n        method: 'POST',\n        url: baseURL+ '/Roo/curr_rate',\n        params : {\n            \n        },\n        success : function() {\n            \n        }\n    });\n}\n"
                                                     },
                                                     "cls": "x-btn-text-icon",
                                                     "text": "Get this months rates",
index f01c3bb..feed6e6 100644 (file)
@@ -151,6 +151,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                         listeners : {
                                             click : function()
                                             {
+                                                
                                                 new Pman.Request({
                                                     method: 'POST',
                                                     url: baseURL+ '/Roo/curr_rate',