Sorted by name
Posted: Mon Mar 24, 2014 7:34 pm
i have a new list named it: datornamn (in english, computername)
i use Custom fields 1

my code in ticket_list.inc.php
my code further down:
When i have two tickets and i have two computers called acer and hp can't hesk sort by the name, has anyone a solution?
(sorry for bad english)
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)