[Vtigercrm-commits] [vtiger development] #6724: Mail scanner is not attaching the attachment to the related contact or Account

vtiger development vtiger-tickets at trac.vtiger.com
Wed Nov 16 02:42:57 PST 2011


#6724: Mail scanner is not attaching the attachment to the related contact or
Account
-----------------------+----------------------------------------------------
 Reporter:  pratim     |        Owner:  asha    
     Type:  defect     |       Status:  assigned
 Priority:  major      |    Milestone:  5.3.0   
Component:  vtigercrm  |      Version:  5.1.0   
 Severity:  Critical   |   Resolution:          
 Keywords:             |  
-----------------------+----------------------------------------------------
Changes (by pratim):

  * severity:  => Critical

Comment:

 To see the attachment in email do the following code changes

 Go to modules\Settings\MailScanner\core\MailScannerAction.php

 At line 327 add the following


 {{{
 $adb->pquery("INSERT INTO vtiger_seattachmentsrel(crmid, attachmentsid)
 VALUES(?,?)",
      Array($basefocus->id, $attachid));
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6724#comment:4>
vtiger development <http://trac.vtiger.com/>
vtigerCRM



More information about the vtigercrm-commits mailing list