September 17, 2018 at 2:35 am
#2206
L
lafrParticipant
This is a real shitty solution but at least the mobile view will work:
Remove lines near 733 in /include/staff/tickets.inc.php so it looks like this:
<br />
<?php<br />
if($search && !$status){<br />
$displaystatus=TicketStatus::getLocalById($T[‘status_id’], ‘value’, $T[‘status__name’]);<br />
if(!strcasecmp($T[‘status__state’],’open’))<br />
$displaystatus=”<b>$displaystatus</b>”;
<br />
} else { ?>
This is better than nothing, rows will still be miss placed but mobile view will work, hope some one has a better one.