Skip to content
Snippets Groups Projects
Commit e8adf8d4 authored by snipe's avatar snipe
Browse files

One more category fix


Signed-off-by: default avatarsnipe <snipe@snipe.net>
parent b693e520
Branches
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ View Assets for {{ $user->present()->fullName() }}
@foreach ($user->consumables as $consumable)
<tr>
<td>{{ $consumable->name }}</td>
<td>{{ ($consumable->category->name) ? $consumable->category->name : 'deleted category' }}</td>
<td>{{ (($consumable->category) ? $consumable->category->name : 'deleted category') }}</td>
</tr>
@endforeach
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment