From 50778c02ddc52d82dfac760c842bcf8c2b359544 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Tue, 28 Jul 2015 12:52:42 -0400 Subject: [PATCH] #209 Customer view ticket now supports new status table --- ticket.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ticket.php b/ticket.php index 2ba4df15..ea87a4bf 100644 --- a/ticket.php +++ b/ticket.php @@ -315,8 +315,7 @@ if (!$show['show']) { $repliesColumnWidth = 3; } echo '

'.$hesklang['status'].'

'; - $ticketStatusKey = $status['Key']; - echo '

'.$hesklang[$ticketStatusKey].'

'; + echo '

'.mfh_getDisplayTextForStatusId($status['ID']).'

'; echo '
'; echo '

'.$hesklang['last_replier'].'

'.$ticket['repliername'].'

';