From 89c4836010e59f3d3c21eae3e0aa84f3e325c1dc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Nov 2012 13:56:39 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 2 +- Pman.Dialog.CoreNotifyRecur.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index c285c06c..0085caa0 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -112,7 +112,7 @@ }, { "*prop": "colModel[]", - "dataIndex": "method", + "dataIndex": "method_id_title", "header": "From", "width": 75, "xtype": "ColumnModel", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 4c22626e..3c397be2 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -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') : ''); }, -- 2.39.2