From: Alan Knowles Date: Wed, 14 Nov 2012 05:57:08 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=df4d6b5d98bc8988dc04479b8b6e2f9cf66b666e Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- 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') : ''); },