i use Custom fields 1
my code in ticket_list.inc.php
Code: Select all
<td class="$color">$ticket[custom1] </td>
Code: Select all
<th class="admin_white" style="text-align:left; white-space:nowrap;"><a href="<?php echo $href . '?' . $query . $sort_possible['custom1'] . '&sort='; ?>custom1"><?php echo $hesklang['datornamn']; ?></a></th>
(sorry for bad english)