Fixes for supplier configuration product links
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 42s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
2025-05-18 21:29:32 +10:00
parent 7fd1ce9584
commit 4ddbb14d09
4 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ if(isset($spo)) {
@foreach ($oo->products as $pto)
@foreach ($pto->products as $po)
<tr>
<td>{{ $po->id }}</td>
<td><a href="{{ route('product',['pdo'=>$po->id]) }}">{{ $po->id }}</a></td>
<td>{{ $po->name }}</td>
<td class="text-right">{{ $po->services->where('active',true)->count() }}</td>
<td class="text-right">{{ $po->services->count() }}</td>