[Vtigercrm-commits] [vtiger-commits] r6396 - /vtigercrm/trunk/include/utils/DetailViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 20:05:31 EDT 2006


Author: saraj
Date: Wed May 24 18:05:27 2006
New Revision: 6396

Log:
* Modified the link for uityoe 75 and 81 which is used to form the vendor link

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

Modified: vtigercrm/trunk/include/utils/DetailViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/DetailViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/DetailViewUtils.php Wed May 24 18:05:27 2006
@@ -740,7 +740,7 @@
            	}
           	$label_fld[] = $vendor_name;
 		$label_fld["secid"] = $vendor_id;
-		$label_fld["link"] = "index.php?module=Products&action=VendorDetailView&record=".$vendor_id; 
+		$label_fld["link"] = "index.php?module=Vendors&action=DetailView&record=".$vendor_id; 
 		//$label_fld[] = '<a href="index.php?module=Products&action=VendorDetailView&record='.$vendor_id.'">'.$vendor_name.'</a>';
         }
 	elseif($uitype == 76)





More information about the vtigercrm-commits mailing list