PM-2211: I added new column Error_mail in Email's log

This commit is contained in:
Paula V. Quispe
2015-04-20 16:24:01 -04:00
parent 03bc2efa3f
commit cb1f02dc82
13 changed files with 128 additions and 24 deletions

View File

@@ -172,7 +172,8 @@ Ext.onReady(function(){
{name : 'APP_MSG_STATUS'},
{name : 'APP_MSG_DATE'},
{name : 'APP_MSG_SEND_DATE'},
{name : 'APP_MSG_BODY'}
{name : 'APP_MSG_BODY'},
{name : 'APP_MSG_ERROR'}
]
})
});
@@ -219,6 +220,7 @@ Ext.onReady(function(){
{header: _('ID_SUBJECT'), dataIndex: 'APP_MSG_SUBJECT', width: 80,hidden:false, renderer: columnRenderer, sortable: true},
{header: _('ID_FROM'), dataIndex: 'APP_MSG_FROM', width: 80,hidden:false,renderer: columnRenderer, sortable: true},
{header: _('ID_TO'), dataIndex: 'APP_MSG_TO', width: 80,hidden:false,renderer: columnRenderer, sortable: true},
{header: _('ID_ERROR_EMAIL'), dataIndex: 'APP_MSG_ERROR', width: 80,hidden:false,renderer: columnRenderer, sortable: true},
{
header: _('ID_STATUS'),