From fabb910cfd14eff7e44c3f4f4fcc9acf0d4c6e61 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 17 Nov 2014 23:58:48 -0500 Subject: [PATCH] Closes #78 Fix layout for ticket w/out customer priority showing --- ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticket.php b/ticket.php index 31777aa2..fe6cc0a5 100644 --- a/ticket.php +++ b/ticket.php @@ -294,7 +294,7 @@ require_once(HESK_PATH . 'inc/header.inc.php'); } else { - $hesk_settings['ticketColumnWidth'] = 3; + $repliesColumnWidth = 3; } echo '

'.$hesklang['status'].'

'; $ticketStatusKey = $ticket['statusKey'];