Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 05:56:39 +0000 (13:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 05:56:39 +0000 (13:56 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index c285c06..0085caa 100644 (file)
                                 },
                                 {
                                     "*prop": "colModel[]",
-                                    "dataIndex": "method",
+                                    "dataIndex": "method_id_title",
                                     "header": "From",
                                     "width": 75,
                                     "xtype": "ColumnModel",
index 4c22626..3c397be 100644 (file)
@@ -278,7 +278,7 @@ Pman.Dialog.CoreNotifyRecur = {
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
-                                dataIndex : 'method',
+                                dataIndex : 'method_id_title',
                                 header : 'From',
                                 width : 75,
                                 renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); },