template updates removing ids more again
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
<th><?= __('Product Category') ?></th>
|
||||
<td><?= $productCategoryAttribute->hasValue('product_category') ? $this->Html->link($productCategoryAttribute->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productCategoryAttribute->product_category->id]) : '' ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= __('Id') ?></th>
|
||||
<td><?= $productCategoryAttribute->id ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= __('Enabled') ?></th>
|
||||
<td><?= $productCategoryAttribute->enabled ? __('Yes') : __('No'); ?></td>
|
||||
|
||||
Reference in New Issue
Block a user