Like this 112131415161718192021222324259876When i sort them why are they not beeing sorted in the correct number order 1234567etc?can it be fixed (yes i have googled and searched here but either i have no clue of what to use for search words or there is no answer yet)

In include/staff/tickets.php  look for $sortOptions and change 'ID'=>'ticket.`number`' to 'ID'=>'ticket.`number` * 1' and let us know if it solves the issue.

Do you mean scp/ticket.php ?Couse i have no ticket.php in include/staff/?

I meant include/staff/tickets.inc.php

ticket.inc.php was the fileand it workedthanks Peter :)

Write a Reply...