Change product name_detail, name to name, pid

This commit is contained in:
Deon George
2023-05-09 17:08:31 +09:00
parent 45dd74aad4
commit 790ece14d1
7 changed files with 29 additions and 32 deletions

View File

@@ -38,7 +38,7 @@
@foreach($oo->products->pluck('products')->flatten()->filter() as $po)
<tr>
<td><a href="{{ url('a/supplier/product/addedit',[$po->supplier->id,$po->supplied->id,$po->supplied->category]) }}">{{ $po->lid }}</a></td>
<td>{{ $po->name_short }}</td>
<td>{{ $po->pid }}</td>
<td>{{ $po->name }}</td>
<td class="text-right">{{ $po->active ? 'YES' : 'NO' }}</td>
<td class="text-right">{{ $po->billing_interval_string }}</td>