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

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

index 6972a46..f18ae96 100644 (file)
                                             "header": "Total",
                                             "width": 200,
                                             "xtype": "ColumnModel",
-                                            "|renderer": "function(v) {\n     return String.format('{0}', v ? Roo.util.Format.usMoney(v) : ''); \n }",
+                                            "|renderer": "function(v) { return String.format('{0}', v); }",
                                             "|xns": "Roo.grid"
                                         }
                                     ]
index 697ab07..fe09e94 100644 (file)
@@ -308,9 +308,7 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     dataIndex : 'araging_total',
                                     header : 'Total',
                                     width : 200,
-                                    renderer : function(v) {
-                                         return String.format('{0}', v ? Roo.util.Format.usMoney(v) : ''); 
-                                     }
+                                    renderer : function(v) { return String.format('{0}', v); }
                                 }
                             ]
                         }