[Vtigercrm-commits] [vtiger-commits] r10645 - /vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 11 11:19:37 EDT 2007


Author: saraj
Date: Wed Apr 11 09:19:32 2007
New Revision: 10645

Log:
fix for Leads - In Call Related list viewpage the 'Select Product' popup displaying already selected product. Fixes #3322 --minnie

Modified:
    vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php

Modified: vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php Wed Apr 11 09:19:32 2007
@@ -2991,7 +2991,7 @@
 		$field = $selectfield = 'campaignid';
 		$table = 'vtiger_campaign';
 	}
-	elseif($currentmodule == "Products" && ($returnmodule == "Potentials" || $returnmodule == "Accounts" || $returnmodule == "Contacts"))
+	elseif($currentmodule == "Products" && ($returnmodule == "Potentials" || $returnmodule == "Accounts" || $returnmodule == "Contacts" || $returnmodule == "Leads"))
 	{
 		$reltable = 'vtiger_seproductsrel';
 		$condition = 'WHERE crmid = '.$recordid.' and setype = "'.$returnmodule.'"';





More information about the vtigercrm-commits mailing list