[Vtigercrm-commits] [vtiger-commits] r11012 - /customerportal/trunk/Tickets/SaveTicket.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 24 05:04:45 EDT 2007
Author: richie
Date: Thu May 24 03:03:59 2007
New Revision: 11012
Log:
fix for - Customer portal--> module assigned to a ticket not matched with the module owners in vtigercrm, Fixes #3920 -sri
Modified:
customerportal/trunk/Tickets/SaveTicket.php
Modified: customerportal/trunk/Tickets/SaveTicket.php
==============================================================================
--- customerportal/trunk/Tickets/SaveTicket.php (original)
+++ customerportal/trunk/Tickets/SaveTicket.php Thu May 24 03:03:59 2007
@@ -37,7 +37,7 @@
$parent_id = $_SESSION['customer_id'];
$productid = $_SESSION['combolist'][0]['productid'][$_REQUEST['productid']];
-$module = $_REQUEST['module'];
+$module = $_REQUEST['ticket_module'];
$params = array(
'title'=>"$title",
More information about the vtigercrm-commits
mailing list