[Vtigercrm-commits] [vtiger-commits] r10569 - /vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 5 10:56:04 EDT 2007


Author: richie
Date: Thu Apr  5 08:55:59 2007
New Revision: 10569

Log:
fix for Issue on notification mail for Trouble tickets. Fixes #3604 --minnie

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

Modified: vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php (original)
+++ vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php Thu Apr  5 08:55:59 2007
@@ -124,7 +124,7 @@
 }
 if($isactive == 1)
 {
-	$url = "<a href='".$PORTAL_URL."/index.php?module=Tickets&action=index&ticketid=".$id."&fun=detail'>".$mod_strings['LBL_TICKET_DETAILS']."</a>";
+	$url = "<a href='".$PORTAL_URL."/index.php?module=Tickets&action=index&ticketid=".$focus->id."&fun=detail'>".$mod_strings['LBL_TICKET_DETAILS']."</a>";
 	$email_body = $bodysubject.'<br><br>'.getPortalInfo_Ticket($focus->id,$_REQUEST['ticket_title'],$contactname,$url,$_REQUEST['mode']);
 }
 else





More information about the vtigercrm-commits mailing list