[Vtigercrm-commits] [vtiger development] #6322: Closing an event of New type is not coming in the Activity History

vtiger development vtiger-tickets at trac.vtiger.com
Thu Sep 24 09:53:58 EDT 2009


#6322: Closing an event of New type is not coming in the Activity History
------------------------+---------------------------------------------------
  Reporter:  pratim     |       Owner:  developer
      Type:  defect     |      Status:  new      
  Priority:  major      |   Milestone:  5.2.0    
 Component:  vtigercrm  |     Version:  5.1.0    
Resolution:             |    Keywords:           
------------------------+---------------------------------------------------
Comment (by asha):

 Continued Fix for the same:

 In '''include/RelatedListView.php''' file, function '''getHistory''',

 Replace (around line 486):

 {{{
 elseif($row['activitytype'] == 'Call' || $row['activitytype'] ==
 'Meeting')
 }}}

 with

 {{{
 else
 }}}

 Also Replace (around line 495):

 {{{
 $typeofactivity = $app_strings[$typeofactivity];
 }}}

 with

 {{{
 $typeofactivity = getTranslatedString($typeofactivity, 'Calendar');
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6322#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list