[Vtigercrm-commits] [vtiger development] #6454: Turn-off email notification on Potentials Edit

vtiger development vtiger-tickets at trac.vtiger.com
Fri Dec 4 15:17:45 EST 2009


#6454: Turn-off email notification on Potentials Edit
-----------------------+----------------------------------------------------
 Reporter:  prasad     |       Owner:  developer
     Type:  patch      |      Status:  new      
 Priority:  minor      |   Milestone:  5.2.0    
Component:  vtigercrm  |     Version:  5.1.0    
 Keywords:             |  
-----------------------+----------------------------------------------------
 Email is sent to owner of the Potentials when existing Potential record is
 edited by default if your Outgoing MailServer is configured.

 To turn-off the this you will need to comment:

 line (~70) in (modules/Potentials/Save.php)
 {{{
 if($focus->mode == 'edit') { // For non-edit mode sending mail is handled
 during Save
     /* START $status = sendNotificationToOwner('Potentials',$focus); END
 */
 }
 }}}

 and

 line (~38) in (modules/Potentials/DetailViewAjax.php)
 {{{
 $modObj->save("Potentials");
 /* START sendNotificationToOwner('Potentials',&$modObj); END */
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6454>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list