[Vtigercrm-commits] [vtiger development] #7523: Custom fields details are not included in the email.

vtiger development vtiger-tickets at trac.vtiger.com
Fri Oct 26 00:16:04 PDT 2012


#7523: Custom fields details are not included in the email.
------------------------------------+---------------------------------------
 Reporter:  alonso                  |        Owner:  developer
     Type:  defect                  |       Status:  new      
 Priority:  unassigned              |    Milestone:  5.4.0    
Component:  vtigercrm               |      Version:  5.4.0    
 Severity:  Medium                  |   Resolution:           
 Keywords:  Email, Trouble Tickets  |  
------------------------------------+---------------------------------------
Comment (by marcinpl):

 My solution:

 In file:
 {{{
 modules\HelpDesk\HelpDesk.php
 }}}


 Change Line 788:


 {{{
 $result = $adb->pquery($sql, array($id));
 }}}


 To:


 {{{
 $result = $adb->pquery($sql, array($entityId));
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7523#comment:1>
vtiger development <http://trac.vtiger.com/>
vtiger CRM



More information about the vtigercrm-commits mailing list