Closes #78 Fix layout for ticket w/out customer priority showing
This commit is contained in:
parent
ade760b3b3
commit
fabb910cfd
@ -294,7 +294,7 @@ require_once(HESK_PATH . 'inc/header.inc.php');
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$hesk_settings['ticketColumnWidth'] = 3;
|
$repliesColumnWidth = 3;
|
||||||
}
|
}
|
||||||
echo '<div class="col-md-3 col-sm-12 ticket-cell"><p class="ticketPropertyTitle">'.$hesklang['status'].'</p>';
|
echo '<div class="col-md-3 col-sm-12 ticket-cell"><p class="ticketPropertyTitle">'.$hesklang['status'].'</p>';
|
||||||
$ticketStatusKey = $ticket['statusKey'];
|
$ticketStatusKey = $ticket['statusKey'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user