[Vtigercrm-commits] [vtiger-commits] r10276 - in /vtigercrm/branches/5.0.3/include: language/en_us.lang.php utils/ListViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 28 09:31:02 EST 2007
Author: saraj
Date: Wed Feb 28 07:30:47 2007
New Revision: 10276
Log:
Priority column is empty in Calendar List View - fixed. Fixes #3113
Modified:
vtigercrm/branches/5.0.3/include/language/en_us.lang.php
vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php
Modified: vtigercrm/branches/5.0.3/include/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/include/language/en_us.lang.php Wed Feb 28 07:30:47 2007
@@ -655,6 +655,14 @@
'greater or equal'=>'greater or equal',
'less or equal'=>'less or equal',
+'Private'=>'Private',
+'Public'=>'Public',
+
+'High'=>'High',
+'Medium'=>'Medium',
+'Low'=>'Low',
+
+
//For Product Details
'LABEL_SET_DISCOUNT_FOR_COLON'=>'Set Discount for :',
'LABEL_SET_TAX_FOR'=>'Set Tax for',
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 Feb 28 07:30:47 2007
@@ -1031,7 +1031,7 @@
}
elseif($uitype == 15 && $module == 'Calendar')
{
- $activitytype = $adb->query_result($list_result,$list_result_count,'activitytype');
+ $activitytype = $adb->query_result($list_result,$list_result_count,$colname);
$value = $app_strings[$activitytype];
}
elseif($uitype == 5 || $uitype == 6 || $uitype == 23 || $uitype == 70)
More information about the vtigercrm-commits
mailing list