Page 1 of 1

Add a custom Field to the ticket list

Posted: Wed Feb 18, 2009 2:13 pm
by dbower
Script URL:
Version of script: 2.0
Hosting company: Internal
URL of phpinfo.php: help.gtweed.com
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Custom field Ticket list location assign
Write your message below:

I've added a Custom field called "Office Location" I wondering if there is a way to add this field in the ticket list in the Admin web site so we can sort by Office location of end user. This would be helpful because we have multiple Helpdesk staff assigned to different Office locations. A

nice script

Posted: Wed Mar 11, 2009 12:28 am
by cata1do
hi
edit the file inc\print_tickets.inc.php

on line 223 insert " <th class="admin_white" style="text-align:left; white-space:nowrap;"><a href="show_tickets.php?<?php echo $query; ?>custom1"><?php echo $hesklang['customer']; ?></a></th> "

on line 281 insert " <td class="$color">$ticket[custom1]</td> "

ciao