template updates removing ids

This commit is contained in:
2025-03-27 23:05:06 -07:00
parent d17302dcc4
commit ad4c16bb9e
5 changed files with 1 additions and 39 deletions

View File

@@ -27,11 +27,7 @@
<td><?= $product->hasValue('product_category') ? $this->Html->link($product->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $product->product_category->id]) : '' ?></td>
</tr>
<tr>
<th><?= __('Id') ?></th>
<td><?= $this->Number->format($product->id) ?></td>
</tr>
<tr>
<th><?= __('Product Type Id') ?></th>
<th><?= __('Product Type') ?></th>
<td><?= $product->product_type_id->name ?></td>
</tr>
</table>