[Vtigercrm-commits] [vtiger-commits] r6217 - /vtigercrm/trunk/include/utils/ListViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat May 20 04:05:59 EDT 2006


Author: saraj
Date: Sat May 20 02:05:55 2006
New Revision: 6217

Log:
* Added crmentity.crmid in ListVIew query of Products to fix the issue in showing only one product in Popup

Modified:
    vtigercrm/trunk/include/utils/ListViewUtils.php

Modified: vtigercrm/trunk/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/ListViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/ListViewUtils.php Sat May 20 02:05:55 2006
@@ -1628,7 +1628,7 @@
 	}
 	if($module == "Products")
 	{
-		$query = "SELECT products.*, productcf.*
+		$query = "SELECT crmentity.crmid, products.*, productcf.*
 			FROM products
 			INNER JOIN crmentity
 				ON crmentity.crmid = products.productid





More information about the vtigercrm-commits mailing list