Changing the priority which is standard

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jones
Posts: 75
Joined: Sat Jul 20, 2013 6:41 pm

Changing the priority which is standard

Post 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
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Changing the priority which is standard

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply