Pman.Tab.XtupleArAging.bjs
authorEdward <edward@roojs.com>
Wed, 4 Dec 2013 09:42:16 +0000 (17:42 +0800)
committerEdward <edward@roojs.com>
Wed, 4 Dec 2013 09:42:16 +0000 (17:42 +0800)
Pman.Tab.XtupleArAging.js

Pman.Tab.XtupleArAging.bjs
Pman.Tab.XtupleArAging.js

index 0773a20..6b6920c 100644 (file)
                                             "header": "Total",
                                             "width": 200,
                                             "xtype": "ColumnModel",
-                                            "|renderer": "function(v) {\n     return String.format('{0}', v ? Roo.util.Format.usMoney(v * 1) : ''); \n }",
+                                            "|renderer": "function(v) {\n     return String.format('{0}', v ? Roo.util.Format.usMoney(v) : ''); \n }",
                                             "|xns": "Roo.grid"
                                         }
                                     ]
index 14767ef..020721b 100644 (file)
@@ -301,7 +301,7 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     header : 'Total',
                                     width : 200,
                                     renderer : function(v) {
-                                         return String.format('{0}', v ? Roo.util.Format.usMoney(v * 1) : ''); 
+                                         return String.format('{0}', v ? Roo.util.Format.usMoney(v) : ''); 
                                      }
                                 }
                             ]