template updates removing ids
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user