> In the Admin area Customer User Management page, does anyone know how to
> change the sorting for the list of customers.  It seems to be sorting on
> login and we would like to sort on customer id instead. 

It will never happen without LOTS of recoding.  The customer list is
generated using a hash.  The login id is used as the hash index and
the index's value is a composite of the user's name and customer id. 
The hash is then sorted by key (index) value and output.  No sorting
done here by database calls.

Hth,

Tyler Hepworth
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to