[Vtigercrm-commits] [vtiger-commits] r6989 - /vtigercrm/trunk/modules/Dashboard/Entity_charts.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 9 09:59:52 EDT 2006


Author: saraj
Date: Fri Jun  9 07:59:47 2006
New Revision: 6989

Log:
Quotes by Accounts, on clicking dashboard image issue fixedChanged blah and foo to do this or that. Fixes #309

Modified:
    vtigercrm/trunk/modules/Dashboard/Entity_charts.php

Modified: vtigercrm/trunk/modules/Dashboard/Entity_charts.php
==============================================================================
--- vtigercrm/trunk/modules/Dashboard/Entity_charts.php (original)
+++ vtigercrm/trunk/modules/Dashboard/Entity_charts.php Fri Jun  9 07:59:47 2006
@@ -211,7 +211,11 @@
 						$graph_for="ticketpriorities";
 					}
 
+					if($graph_for == "accountid") $graph_for = "account_id";
+					
 					$link_val="index.php?module=".$module."&action=index&search_text=".$name."&search_field=".$graph_for."&searchtype=BasicSearch&query=true";
+
+					if($graph_for == "account_id") $graph_for = "accountid";
 
 					//Adding the links to the graph	
 					if($i==0)





More information about the vtigercrm-commits mailing list