[Vtigercrm-commits] [vtiger-commits] r7263 - /vtigercrm/trunk/include/CustomFieldUtil.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 19 10:01:09 EDT 2006


Author: saraj
Date: Mon Jun 19 08:01:05 2006
New Revision: 7263

Log:
changes made to fix the issue 1118

Modified:
    vtigercrm/trunk/include/CustomFieldUtil.php

Modified: vtigercrm/trunk/include/CustomFieldUtil.php
==============================================================================
--- vtigercrm/trunk/include/CustomFieldUtil.php (original)
+++ vtigercrm/trunk/include/CustomFieldUtil.php Mon Jun 19 08:01:05 2006
@@ -37,10 +37,6 @@
 	{
 		$fldname = 'Percent';
 	}
-	elseif($uitype == 3)
-	{
-		$fldname = 'Currency';
-	}
 	elseif($uitype == 5)
 	{
 		$fldname = 'Date';
@@ -185,7 +181,7 @@
 	{
 		$types = explode("~",$typeofdata);
 		$data_decimal = explode(",",$types[2]);
-		$data_array=array('3',$data_decimal);
+		$data_array=array('71',$data_decimal[0],$data_decimal[1]);
 		$fieldtype = implode(";",$data_array);
 	}
 	elseif($label == 'Date')





More information about the vtigercrm-commits mailing list