[Vtigercrm-commits] [vtiger-commits] r10453 - /vtigercrm/branches/5.0.3/include/utils/DetailViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 16 03:40:38 EDT 2007
Author: saraj
Date: Fri Mar 16 01:40:34 2007
New Revision: 10453
Log:
changes made to display Related to label in Notes detailview. --Minnie
Modified:
vtigercrm/branches/5.0.3/include/utils/DetailViewUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/DetailViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/DetailViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/DetailViewUtils.php Fri Mar 16 01:40:34 2007
@@ -558,6 +558,11 @@
$invoicename= $adb->query_result($result,0,"subject");
$label_fld[] ='<a href="index.php?module='.$parent_module.'&action=DetailView&record='.$value.'">'.$invoicename.'</a>';
+ }
+ elseif($parent_module == "HelpDesk")
+ {
+ $label_fld[] = $mod_strings[$fieldlabel];
+ $label_fld[] = '';
}
}
else
More information about the vtigercrm-commits
mailing list