fix company name link, clean up query

This commit is contained in:
Godfrey M
2025-09-23 12:09:21 -07:00
parent ca8eae4064
commit 20adad3c6b
2 changed files with 2 additions and 2 deletions

View File

@@ -1214,7 +1214,7 @@ class ReportsController extends Controller
public function postAssetAcceptanceReport($deleted = false) : Response
{
$this->authorize('reports.view');
$showDeleted = $deleted == 'deleted';
$showDeleted = request('deleted') === 'deleted';;
/**
* Get all assets with pending checkout acceptances

View File

@@ -70,7 +70,7 @@
{{-- Item Type --}}
<td>{{ $item->type }}</td>
{{-- Company name --}}
<td>{!! $item->company !!}</td>
<td>{!! $item->company !!}/td>
{{-- Category --}}
<td>{!! $item->category !!}</td>