Skip to content

Commit

Permalink
Fixed #8733 - typo in unaccepted assets report
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 13, 2020
1 parent b2a8af2 commit 81d38a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/reports/unaccepted_assets.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class="table table-striped snipe-table"
@foreach ($assetsForReport as $assetItem)
@if ($assetItem)
<tr>
<td>{{ ($assetItem->company) ? $assetItem->company->nam : '' }}</td>
<td>{{ ($assetItem->company) ? $assetItem->company->name : '' }}</td>
<td>{{ $assetItem->model->category->name }}</td>
<td>{{ $assetItem->model->name }}</td>
<td>{!! $assetItem->present()->nameUrl() !!}</td>
Expand Down

0 comments on commit 81d38a0

Please sign in to comment.