[Vtigercrm-commits] [vtiger development] #4815: Can't create Calendar, Quote, Account Report with Campaign Source field

vtiger development vtiger-tickets at trac.vtiger.com
Sat Jan 5 10:18:20 EST 2008


#4815: Can't create Calendar,Quote,Account Report with Campaign Source field
--------------------------+-------------------------------------------------
 Reporter:  shahulhameed  |       Owner:  developer
     Type:  defect        |      Status:  new      
 Priority:  critical      |   Milestone:           
Component:  vtigercrm     |     Version:  5.0.4    
 Keywords:  Reports       |  
--------------------------+-------------------------------------------------
 Create a report with (Calendar or Quote or Account)  as primary module and
 Potential as secondary module with 'Campaign Source' field. Then open that
 report.

 Query Failed Occurred:

 ----

 '''FIX:'''

 Apply the following join on file modules/Reports/ReportRun.php

 on lines '''1388,1061,1165''':

 ie., '''after this line'''

 left join vtiger_users as vtiger_usersPotentials on
 vtiger_usersPotentials.id = vtiger_crmentityPotentials.smownerid

 '''Add the following line'''

 left join vtiger_campaign on vtiger_potential.campaignid =
 vtiger_campaign.campaignid

 (ie., where ever potential is added as secondary module, we must join
 campaign module)

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




More information about the vtigercrm-commits mailing list