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

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

index e39956a..c22f4f1 100644 (file)
                                         {
                                             "*prop": "colModel[]",
                                             "align": "right",
-                                            "dataIndex": "araging_total_val",
+                                            "dataIndex": "araging_aropen_amount",
                                             "header": "Total",
                                             "width": 200,
                                             "xtype": "ColumnModel",
index 3a7d374..b9d547d 100644 (file)
@@ -382,7 +382,7 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
                                     align : 'right',
-                                    dataIndex : 'araging_total_val',
+                                    dataIndex : 'araging_aropen_amount',
                                     header : 'Total',
                                     width : 200,
                                     renderer : function(v) { return String.format('{0}', v); }