Page 1 of 1
Custom Status not printing
Posted: Fri Nov 23, 2018 11:49 pm
by cwyenberg
Script URL:
Version of script: 2.8.1 and Mods 2018.1.0
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Status
Write your message below:
The ticket status box is blank when printing from the ticket details page. This happens with any new or modified status. I.E New and Resolved will still show when ticket printed
Thanks
Re: Custom Status not printing
Posted: Sat Nov 24, 2018 8:26 am
by Klemen
Works fine in the original Hesk (
example), maybe a Mods for Hesk issue?
Re: Custom Status not printing
Posted: Tue Nov 27, 2018 1:52 am
by cwyenberg
I've done a little investigating and note that there is no data in the custom_statuses table. Does the hesk_statuses table cross-reference this?
On line 54 in print_template.inc.php I see the following:
<td bgcolor="#EEE"><b>' . $hesklang['ticket_status'] . ':</b></td><td bgcolor="#DDD">' . $hesklang[$ticket['statusKey']] . '</td>
Do I need to modify/add to the language file?
Re: Custom Status not printing
Posted: Tue Nov 27, 2018 7:05 am
by Klemen
That's a Mods for Hesk issue then. You should upgrade both Hesk and Mods for Hesk to the latest version and see if that fixes the problem.
Re: Custom Status not printing
Posted: Tue Nov 27, 2018 3:10 pm
by mkoch227
Just looked at the current print_template.inc.php for Mods for HESK and can confirm that this is a bug.... it's actually been broken for a couple years now

Re: Custom Status not printing
Posted: Tue Nov 27, 2018 6:02 pm
by cwyenberg
Understood. I'm actually surprised that this uncovered a bug in such a solid piece of work. Obviously not something many users require.
Not a critical need for me at the moment. Please let me know if there is a workaround.
Thanks