[Vtigercrm-commits] [vtiger-commits] r9043 - /vtigercrm/trunk/include/utils/EditViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Aug 21 02:04:21 EDT 2006
Author: saraj
Date: Mon Aug 21 00:04:17 2006
New Revision: 9043
Log:
changes made to fix the issue 1915 --Minnie
Modified:
vtigercrm/trunk/include/utils/EditViewUtils.php
Modified: vtigercrm/trunk/include/utils/EditViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/EditViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/EditViewUtils.php Mon Aug 21 00:04:17 2006
@@ -1118,7 +1118,7 @@
elseif($uitype == 116)
{
$editview_label[]=$mod_strings[$fieldlabel];
- $pick_query="select * from vtiger_currency_info";
+ $pick_query="select * from vtiger_currency_info where currency_status = 'Active'";
$pickListResult = $adb->query($pick_query);
$noofpickrows = $adb->num_rows($pickListResult);
More information about the vtigercrm-commits
mailing list