[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
Tue Sep 22 03:16:18 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):
Suggested fix:
We need to do the following change in all the module files ('''''eg:
Accounts.php, Contacts.php etc''''') in which the function
'''get_history''' is defined:
In function '''get_history''',
replace
{{{
vtiger_activity.activitytype = 'Meeting' or
vtiger_activity.activitytype='Call' or vtiger_activity.activitytype='Task'
}}}
with
{{{
vtiger_activity.activitytype != 'Emails'
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6322#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list