Hi all!!!

I tried the ides from Ralfbf in this thread ( http://www.sugarcrm.com/forums/showt...=convert+leadm ) which is about removing the converting lead into contact.

However, the follogin error message came up during convert after including de changes:
"
/** * Hooks to extend the Lead Functions * * @author Ralf Babington Schneider, hr-interactive */ class Leads_Hooks { /** * mark a lead as deleted it is is Converted * * @param $lead Lead * @param $event string 'after_save' * @param $arguments array ('id'=>....) */ public function deleteConvertedLead(Lead $lead, $event, $arguments) { if ('Converted' == $lead->status) { $lead->mark_deleted($lead->id); } } }
Fatal error: Class 'Leads_Hooks' not found in ...../Sugar/include/utils/LogicHook.php on line 144"

I checked the file LogicHook.php indicated and.. there is no class named" Leads_Hooks"

Thanks in advance!

using SugarCE ver 5.5.0
cPanel Version 11.24.5-STABLE /cPanel Build 38506 /Apache version 2.2.14 (Unix)
PHP version 5.2.11 / MySQL version 5.0.85-community /Architecture x86_64 /Operating system Linux