Skip to content
Snippets Groups Projects
Commit 4f7bc42c authored by Uma's avatar Uma
Browse files

Fixes #369 #492 Emails Related-list supported for Tickets and Potentials

parent 0fbc9a26
No related branches found
No related tags found
No related merge requests found
......@@ -265,8 +265,7 @@ if (defined('VTIGER_UPGRADE')) {
$moduleModel = Vtiger_Module_Model::getInstance($moduleName);
if($moduleModel){
$moduleModel->setRelatedList(Vtiger_Module_Model::getInstance('Emails'), 'Emails', 'ADD', 'get_emails');
print("Email related list added to $moduleName");
}
}
print('Email related list added for Tickets and Opportunities module');
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment