Fix #301 Contact not showing in Activites & history subpanel

Change the rname in tasks, calls,  and Note to same as other Meetings
This commit is contained in:
Abuzar Faris 2023-10-09 18:28:53 +05:00 committed by Jack Anderson
parent d1e7a20971
commit 72fa965138
3 changed files with 3 additions and 3 deletions

View file

@ -263,7 +263,7 @@ $dictionary['Call'] = array('table' => 'calls', 'comment' => 'A Call is an activ
'contact_name' =>
array(
'name' => 'contact_name',
'rname' => 'name',
'rname' => 'last_name',
'db_concat_fields' => array(0 => 'first_name', 1 => 'last_name'),
'id_name' => 'contact_id',
'massupdate' => false,

View file

@ -289,7 +289,7 @@ $dictionary['Note'] = array(
'contact_name'=>
[
'name'=>'contact_name',
'rname'=>'name',
'rname'=>'last_name',
'id_name'=>'contact_id',
'vname'=>'LBL_CONTACT_NAME',
'table'=>'contacts',

View file

@ -168,7 +168,7 @@ $dictionary['Task'] = array(
'contact_name' =>
array(
'name' => 'contact_name',
'rname' => 'name',
'rname' => 'last_name',
'db_concat_fields' => array(0 => 'first_name', 1 => 'last_name'),
'source' => 'non-db',
'len' => '510',