From 9a810b520c8554d39415df1a04f42cbb8d7dfb8e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Nov 2012 13:57:41 +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 0113617a..65625919 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -112,7 +112,7 @@ }, { "*prop": "colModel[]", - "dataIndex": "method_id_display_name", + "dataIndex": "method_id", "header": "From", "width": 75, "xtype": "ColumnModel", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 691dfed8..42ba457d 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_id_display_name', + dataIndex : 'method_id', header : 'From', width : 75, renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }, -- 2.39.2