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

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

index 222209d..70d66ae 100644 (file)
                                             "|xns": "Roo.grid",
                                             "*prop": "colModel[]"
                                         },
-                                        {
-                                            "xtype": "ColumnModel",
-                                            "header": "Report source",
-                                            "width": 200,
-                                            "dataIndex": "report_source",
-                                            "|renderer": "function(v) { return String.format('{0}', v); }",
-                                            "|xns": "Roo.grid",
-                                            "*prop": "colModel[]"
-                                        },
                                         {
                                             "xtype": "ColumnModel",
                                             "header": "Report descrip",
index 7586115..bbac060 100644 (file)
@@ -166,14 +166,6 @@ Pman.Tab.XtupleReports = new Roo.XComponent({
                                     dataIndex : 'report_sys',
                                     renderer : function(v) { return String.format('{0}', v); }
                                 },
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Report source',
-                                    width : 200,
-                                    dataIndex : 'report_source',
-                                    renderer : function(v) { return String.format('{0}', v); }
-                                },
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,