mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed #4872 - Check for assigned in depreciation table
This commit is contained in:
parent
2f5d550df6
commit
76f52dd89b
|
@ -74,7 +74,7 @@
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@if ($asset->checkedOutToUser())
|
@if (($asset->checkedOutToUser()) && ($asset->assigned))
|
||||||
{{ $asset->assigned->getFullNameAttribute() }}
|
{{ $asset->assigned->getFullNameAttribute() }}
|
||||||
@else
|
@else
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue