mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Make sure the category is still valid before displaying on view assets
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
09d69b214b
commit
d0d4d14787
|
@ -521,7 +521,7 @@
|
||||||
@else
|
@else
|
||||||
------------
|
------------
|
||||||
@endcan
|
@endcan
|
||||||
<td>{{ $license->category->name }}</td>
|
<td>{{ ($license->category) ? $license->category->name : trans('general.deleted') }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue