[Vtigercrm-commits] [vtiger-commits] r10921 - /vtigercrm/branches/5.0.3/modules/HelpDesk/DetailViewAjax.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 14 15:59:04 EDT 2007


Author: richie
Date: Mon May 14 13:58:59 2007
New Revision: 10921

Log:
* Fixed the issue in ticket link with empty ticketid, Fixed #3735

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

Modified: vtigercrm/branches/5.0.3/modules/HelpDesk/DetailViewAjax.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/HelpDesk/DetailViewAjax.php (original)
+++ vtigercrm/branches/5.0.3/modules/HelpDesk/DetailViewAjax.php Mon May 14 13:58:59 2007
@@ -78,7 +78,7 @@
 			}
 			if($isactive == 1)
 			{
-				$url = "<a href='".$PORTAL_URL."/index.php?module=Tickets&action=index&ticketid=".$id."&fun=detail'>Ticket Details</a>";
+				$url = "<a href='".$PORTAL_URL."/index.php?module=Tickets&action=index&ticketid=".$modObj->id."&fun=detail'>Ticket Details</a>";
 				$email_body = $subject.'<br><br>'.getPortalInfo_Ticket($modObj->id,$sub,$contactname,$url,"edit");
 			}
 			else





More information about the vtigercrm-commits mailing list