Pman.Tab.XtupleReports.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:04:08 +0000 (20:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:04:08 +0000 (20:04 +0800)
Pman.Tab.XtupleReports.js

Pman.Tab.XtupleReports.bjs
Pman.Tab.XtupleReports.js

index a4bce61..6a5375c 100644 (file)
                                                 }
                                             ]
                                         },
-                                        {
-                                            "xtype": "ColumnModel",
-                                            "header": "Report",
-                                            "width": 75,
-                                            "dataIndex": "report_id",
-                                            "|renderer": "function(v) { return String.format('{0}', v); }",
-                                            "|xns": "Roo.grid",
-                                            "*prop": "colModel[]"
-                                        },
                                         {
                                             "xtype": "ColumnModel",
                                             "header": "Report sys",
index f9f8053..43c8245 100644 (file)
@@ -391,14 +391,6 @@ Pman.Tab.XtupleReports = new Roo.XComponent({
                                 ]
                             },
                             colModel : [
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Report',
-                                    width : 75,
-                                    dataIndex : 'report_id',
-                                    renderer : function(v) { return String.format('{0}', v); }
-                                },
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,