Hi Everybody

Rionoskaefixed up some old code from 1.6 to work with 1.7... to auto assisgn a ticket to the staff member that created it on this link : http://www.osticket.com/forums/forum/osticket-1-6-x/mods-and-customizations/7940-auto-assign-ticket-to-the-staff-member-that-created-it(http://www.osticket.com/forums/forum/osticket-1-6-x/mods-and-customizations/7940-auto-assign-ticket-to-the-staff-member-that-created-it) problem is the code is there but were are the files ?

both newticket.inc and viewticket.inc seem to be obsoleted so where does the code go ?

Here is Rionoskae code

/* This sets the default as the staff member that created the ticket.*/

<?

$default=$thisstaff->getId();

$defaultname=$thisstaff->getName();

?>

" selected="selected"><?=$defaultname?>

Write a Reply...