[Vtigercrm-commits] [vtiger-commits] r11081 - /vtigercrm/branches/5.0.3/modules/HelpDesk/CallRelatedList.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 28 07:25:47 EDT 2007


Author: richie
Date: Mon May 28 05:25:44 2007
New Revision: 11081

Log:
* Fixed the issue in displaying the ticket title in more information tab

Modified:
    vtigercrm/branches/5.0.3/modules/HelpDesk/CallRelatedList.php

Modified: vtigercrm/branches/5.0.3/modules/HelpDesk/CallRelatedList.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/HelpDesk/CallRelatedList.php (original)
+++ vtigercrm/branches/5.0.3/modules/HelpDesk/CallRelatedList.php Mon May 28 05:25:44 2007
@@ -29,7 +29,7 @@
 if(isset($_REQUEST['record']) && $_REQUEST['record']!='') {
     $focus->retrieve_entity_info($_REQUEST['record'],"HelpDesk");
     $focus->id = $_REQUEST['record'];
-    $focus->name=$focus->column_fields['groupname'];
+    $focus->name=$focus->column_fields['ticket_title'];
 
 $log->debug("id is ".$focus->id);
 





More information about the vtigercrm-commits mailing list