[Vtigercrm-commits] [vtiger-commits] r6353 - /vtigercrm/trunk/modules/CustomView/CustomView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 06:58:25 EDT 2006


Author: saraj
Date: Wed May 24 04:58:21 2006
New Revision: 6353

Log:
* modified for bug fix 844

Modified:
    vtigercrm/trunk/modules/CustomView/CustomView.php

Modified: vtigercrm/trunk/modules/CustomView/CustomView.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/CustomView.php (original)
+++ vtigercrm/trunk/modules/CustomView/CustomView.php Wed May 24 04:58:21 2006
@@ -1248,6 +1248,10 @@
 			{
 				$query = "select ".$this->getCvColumnListSQL($viewid)." ,crmentity.crmid ".$listviewquery;
 			}
+			else if($module == "PriceBooks")
+			{
+				$query = "select ".$this->getCvColumnListSQL($viewid)." ,crmentity.crmid ".$listviewquery;
+			}
 			else
 			{
 				$query = "select groups.groupname ,users.user_name,".$this->getCvColumnListSQL($viewid)." ,crmentity.crmid ".$listviewquery;





More information about the vtigercrm-commits mailing list