[Vtigercrm-commits] [vtiger development] #4078: uitype 62 and 66 troubleticket reference incorrect
vtiger development
vtiger-tickets at trac.vtiger.com
Wed Jul 11 20:10:02 EDT 2007
#4078: uitype 62 and 66 troubleticket reference incorrect
----------------------------------------+-----------------------------------
Reporter: joebordes | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.0.4
Component: vtigercrm | Version: 5.0.3
Keywords: uitype 62 66 troubleticket |
----------------------------------------+-----------------------------------
The parentid/parent_type relation for uitypes 62 and 66 is incorrect in
include/utils/ListViewUtils.php
You have (lines 1359 and 1398):
if($parenttype == "HelpDesk")
{
$tablename = "vtiger_troubletickets"; $fieldname = "title";
$idname="crmid";
}
The $idname variable should be:
$idname="ticketid";
Joe
TSolucio
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4078>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list