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

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

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