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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Nov 9 03:31:00 EST 2006


Author: richie
Date: Thu Nov  9 01:30:56 2006
New Revision: 9809

Log:
* Changed the customerportal ticket detail link in the notification mail -- Mickie

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 Nov  9 01:30:56 2006
@@ -124,7 +124,7 @@
 	$bodydetails .= 'There is a reply to <b>'.$_REQUEST['ticket_title'].'</b> in the "Customer Portal" at VTiger.';
 	$bodydetails .= "You can use the following link to view the replies made:<br>";
 
-	$bodydetails .= "<a href='".$PORTAL_URL."/general.php?action=UserTickets&ticketid=".$focus->id."&fun=detail'>Ticket Details</a>";
+	$bodydetails .= "<a href='".$PORTAL_URL."/index.php?module=Tickets&action=index&ticketid=".$focus->id."&fun=detail'>Ticket Details</a>";
 	$bodydetails .= "<br><br>Thanks,<br><br> Vtiger Support Team ";
 
 	$email_body = $bodysubject.'<br><br>'.$bodydetails;





More information about the vtigercrm-commits mailing list