Page 1 of 1

Changing the priority which is standard

Posted: Sat Oct 18, 2014 11:11 am
by jones
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
Hello,

How do I change the default priority as a case is created with?
If I wanted the cases to be created with another priority by default

Jones

Re: Changing the priority which is standard

Posted: Sun Oct 19, 2014 9:11 am
by Klemen
You can try changing number 3 in this code in file submit_ticket.php:

Code: Select all

$tmpvar['priority'] = $hesk_settings['cust_urgency'] ? intval( hesk_POST('priority') ) : 3;
3 = Low
2 = Medium
1 = High
0 = Critical