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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 23:44:52 EDT 2006


Author: saraj
Date: Wed Apr 26 21:44:48 2006
New Revision: 5414

Log:
changes made to get label for uitype=59

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 Apr 26 21:44:48 2006
@@ -231,6 +231,7 @@
         }
 	elseif($uitype == 59)
 	{
+		$label_fld[] =$mod_strings[$fieldlabel];
 		$product_id = $col_fields[$fieldname];
 		if($product_id != '')
 		{





More information about the vtigercrm-commits mailing list