- Edited
I need to chanege the source option in 1.10 stableI researched past methods to change sources and none seemed to apply to the current version.I began to read through the code and changed include\class.ticket.phpLines 142-157: // Ticket Sources static protected $sources = array( 'Driver' => /* @[deleted] */ 'Driver', 'Mechanic' => /* @[deleted] */ 'Mechanic', 'Employee' => /* @[deleted] */ 'Employee', 'API' => /* @[deleted] */ 'API', 'External' => /* @[deleted] */ 'External', 'DOT' => /* @[deleted] */ 'DOT', );Moved it back to the server and tried to create a ticket.The good news - nothing broke; The bad news it prints blank under the new ticket.Does anyone have any insight into what I need to change to actually include the source entry?