mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Update asset report to show deployed if asset is checked out
This commit is contained in:
parent
b726d131a4
commit
e52a0f65bb
|
@ -68,12 +68,7 @@
|
|||
@endif
|
||||
<td>{{ $asset->serial }}</td>
|
||||
<td>
|
||||
|
||||
@if ($asset->assetstatus)
|
||||
{{ $asset->assetstatus->name }}
|
||||
@elseif ($asset->assigneduser)
|
||||
{{ $asset->assigneduser->fullName() }}
|
||||
@endif
|
||||
{{ ($asset->assigneduser) ? 'Deployed' : ((e($asset->assetstatus)) ? e($asset->assetstatus->name) : '') }}
|
||||
</td>
|
||||
<td>{{ $asset->purchase_date }}</td>
|
||||
<td class="align-right">{{ $settings->default_currency }}
|
||||
|
|
Loading…
Reference in a new issue