Pman.Tab.AdminNotifyRecur.bjs
[Pman.Admin] / Pman.Tab.AdminNotifyRecur.js
index d168c7c..2be0a5f 100644 (file)
@@ -231,14 +231,6 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                         dataIndex : 'dtend',
                         renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
                     },
-                    {
-                        xtype: 'ColumnModel',
-                        xns: Roo.grid,
-                        header : 'Max applied dt',
-                        width : 75,
-                        dataIndex : 'max_applied_dt',
-                        renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
-                    },
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,