Skip to content

Commit

Permalink
Show assigned agent for tickets on client side
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nahmias committed Apr 30, 2016
1 parent e4524f4 commit 566f395
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/client/view.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<th><?php echo __('Create Date');?>:</th>
<td><?php echo Format::db_datetime($ticket->getCreateDate()); ?></td>
</tr>
<tr>
<th><?php echo __('Assigned To');?>:</th>
<td><?php echo $ticket->getStaff(); ?></td>
</tr>
</table>
</td>
<td width="50%">
Expand Down

0 comments on commit 566f395

Please sign in to comment.