diff --git a/templates/ProductCategoryAttributes/view.php b/templates/ProductCategoryAttributes/view.php
index ea9a35f..fbe2921 100644
--- a/templates/ProductCategoryAttributes/view.php
+++ b/templates/ProductCategoryAttributes/view.php
@@ -26,10 +26,6 @@
= __('Product Category') ?> |
= $productCategoryAttribute->hasValue('product_category') ? $this->Html->link($productCategoryAttribute->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productCategoryAttribute->product_category->id]) : '' ?> |
-
- = __('Id') ?> |
- = $productCategoryAttribute->id ?> |
-
= __('Enabled') ?> |
= $productCategoryAttribute->enabled ? __('Yes') : __('No'); ?> |