- Edited
Hi,How can I add the "Organization Name" from Table: ost_organization Field: name to the ticket view? I managed Department easily as it is in the $tickets->values, however there is nothing related to Orgnazaiton.I cannot find where the SQL is being built in "tickets.inc.php"$tickets->values('lock__staff_id', 'staff_id', 'isoverdue', 'team_id','ticket_id', 'number', 'cdata__subject', 'user__default_email__address','source', 'cdata__', 'cdata__', 'status_id', 'status__name', 'status__state', 'dept_id', 'dept__name', 'user__name', 'lastupdate', 'isanswered', 'staff__firstname', 'staff__lastname', 'team__name');