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

Pman.Tab.XtupleReports.js

index 28460d8..236128b 100644 (file)
@@ -216,14 +216,6 @@ Pman.Tab.XtupleReports = new Roo.XComponent({
                                     width : 200,
                                     dataIndex : 'report_descrip',
                                     renderer : function(v) { return String.format('{0}', v); }
-                                },
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Report loaddate',
-                                    width : 75,
-                                    dataIndex : 'report_loaddate',
-                                    renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
                                 }
                             ]
                         }