mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
FIxes #2280
This shouldn’t ever happen though. Bad data somwhere, I’m guessing.
This commit is contained in:
parent
a590cc3dd2
commit
cc6b2a0081
|
@ -303,7 +303,11 @@ View Assets for {{ $user->fullName() }}
|
|||
@endif
|
||||
|
||||
</td>
|
||||
<td>{{ $log->adminlog->fullName() }}</td>
|
||||
<td>
|
||||
@if ($log->adminlog)
|
||||
{{ $log->adminlog->fullName() }}
|
||||
@endif
|
||||
</td>
|
||||
<td>{{ $log->created_at }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
|
Loading…
Reference in a new issue