Fixes for supplier configuration product links
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user