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

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

index 1eabd36..934e8fd 100644 (file)
                                         },
                                         {
                                             "*prop": "colModel[]",
-                                            "dataIndex": "",
-                                            "header": "araging_cust_name",
+                                            "dataIndex": "araging_cust_name",
+                                            "header": "Customer",
                                             "width": 200,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
index 82f0e57..6666114 100644 (file)
@@ -272,8 +272,8 @@ Pman.Tab.XtupleArAging = new Roo.XComponent({
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
-                                    dataIndex : '',
-                                    header : 'araging_cust_name',
+                                    dataIndex : 'araging_cust_name',
+                                    header : 'Customer',
                                     width : 200,
                                     renderer : function(v) { return String.format('{0}', v); }
                                 },