Skip to content
Snippets Groups Projects
Commit d6387ebc authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #777 from greezybacon/issue/772


Support updating the source of the ticket

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents eade1b29 4d6014b9
No related branches found
No related tags found
No related merge requests found
......@@ -1664,6 +1664,7 @@ class Ticket {
.' ,priority_id='.db_input($vars['priorityId'])
.' ,topic_id='.db_input($vars['topicId'])
.' ,sla_id='.db_input($vars['slaId'])
.' ,source='.db_input($vars['source'])
.' ,duedate='.($vars['duedate']?db_input(date('Y-m-d G:i',Misc::dbtime($vars['duedate'].' '.$vars['time']))):'NULL');
if($vars['duedate']) { //We are setting new duedate...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment