[Vtigercrm-commits] [vtiger-commits] r9208 - /vtigercrm/trunk/include/utils/ListViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Aug 30 11:51:44 EDT 2006
Author: richie
Date: Wed Aug 30 09:51:32 2006
New Revision: 9208
Log:
lablel issue in custom field has been fixed --Jeri
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 Wed Aug 30 09:51:32 2006
@@ -150,9 +150,12 @@
{
$lbl_name = $app_strings[$name];
}
- else
+ elseif($mod_strings[$name])
{
$lbl_name = $mod_strings[$name];
+ }else
+ {
+ $lbl_name = $name;
}
//added to display vtiger_currency symbol in listview header
if($lbl_name =='Amount')
More information about the vtigercrm-commits
mailing list