Skip to content
Snippets Groups Projects
Commit 4d6014b9 authored by Jared Hancock's avatar Jared Hancock
Browse files

Support updating the source of the ticket

Fixes #772
parent bd0169ba
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