Skip to content
Snippets Groups Projects
Commit 9562a3c0 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #658 from protich/issue/unknown-department


Support viewing tickets without a departments

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents dde7398c 42df4e89
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ if(!$dept || !$dept->isPublic())
</tr>
<tr>
<th>Department:</th>
<td><?php echo Format::htmlchars($dept->getName()); ?></td>
<td><?php echo Format::htmlchars($dept instanceof Dept ? $dept->getName() : ''); ?></td>
</tr>
<tr>
<th>Create Date:</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment