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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 11 02:18:51 EDT 2007


Author: saraj
Date: Wed Apr 11 00:18:46 2007
New Revision: 10628

Log:
fix for Need Change in Field Label of Potential. Fixes #3598 --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 00:18:46 2007
@@ -160,7 +160,7 @@
 							{
 								$rate_symbol=getCurrencySymbolandCRate($user_info['currency_id']);
 								$curr_symbol = $rate_symbol['symbol'];
-								$lbl_name .=': (in '.$curr_symbol.')';
+								$lbl_name .=' (in '.$curr_symbol.')';
 							}
 							if($relatedlist !='' && $relatedlist != 'global')
 								if($singlepane_view == 'true')	
@@ -194,7 +194,7 @@
 		{
 			$rate_symbol=getCurrencySymbolandCRate($user_info['currency_id']);
 			$curr_symbol = $rate_symbol['symbol'];
-			$name .=': (in '.$curr_symbol.')';
+			$name .=' (in '.$curr_symbol.')';
 		}
 
 		//Added condition to hide the close column in Related Lists





More information about the vtigercrm-commits mailing list