Pman.Tab.XtupleArAging.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 5 Dec 2013 03:29:44 +0000 (11:29 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Dec 2013 03:29:44 +0000 (11:29 +0800)
Pman.Tab.XtupleArAging.js

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

index 82996be..b8e9e9d 100644 (file)
                                         {
                                             "*prop": "colModel[]",
                                             "align": "right",
-                                            "dataIndex": "araging_total_val",
+                                            "dataIndex": "araging_cur_val",
                                             "header": "Total",
                                             "width": 200,
                                             "xtype": "ColumnModel",
index 464f3f7..3104e00 100644 (file)
@@ -391,7 +391,7 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
                                     align : 'right',
-                                    dataIndex : 'araging_total_val',
+                                    dataIndex : 'araging_cur_val',
                                     header : 'Total',
                                     width : 200,
                                     renderer : function(v) { return String.format('{0}', v); }