From df4d6b5d98bc8988dc04479b8b6e2f9cf66b666e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Nov 2012 13:57:08 +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 0085caa0..9dd52f5c 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -112,7 +112,7 @@ }, { "*prop": "colModel[]", - "dataIndex": "method_id_title", + "dataIndex": "method_id_display_name", "header": "From", "width": 75, "xtype": "ColumnModel", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 3c397be2..ba419da2 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_title', + dataIndex : 'method_id_display_name', header : 'From', width : 75, renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }, -- 2.39.2