[Vtigercrm-commits] [vtiger-commits] r10426 - /vtigercrm/branches/5.0.3/modules/Reports/Reports.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 13 10:58:06 EDT 2007
Author: saraj
Date: Tue Mar 13 08:58:03 2007
New Revision: 10426
Log:
type of data changed for related to
Modified:
vtigercrm/branches/5.0.3/modules/Reports/Reports.php
Modified: vtigercrm/branches/5.0.3/modules/Reports/Reports.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Reports/Reports.php (original)
+++ vtigercrm/branches/5.0.3/modules/Reports/Reports.php Tue Mar 13 08:58:03 2007
@@ -334,8 +334,13 @@
$fieldcolname = $adb->query_result($result,$i,"columnname");
$fieldname = $adb->query_result($result,$i,"fieldname");
$fieldtype = $adb->query_result($result,$i,"typeofdata");
+ $uitype = $adb->query_result($result,$i,"uitype");
$fieldtype = explode("~",$fieldtype);
$fieldtypeofdata = $fieldtype[0];
+ if($uitype == 68 || $uitype == 59)
+ {
+ $fieldtypeofdata = 'V';
+ }
if($fieldtablename == "vtiger_crmentity")
{
$fieldtablename = $fieldtablename.$module;
More information about the vtigercrm-commits
mailing list