Fixed #4872 - Check for assigned in depreciation table

This commit is contained in:
snipe 2018-01-25 11:02:46 -08:00
parent 2f5d550df6
commit 76f52dd89b

View file

@ -74,7 +74,7 @@
@endif
</td>
<td>
@if ($asset->checkedOutToUser())
@if (($asset->checkedOutToUser()) && ($asset->assigned))
{{ $asset->assigned->getFullNameAttribute() }}
@else