diff --git a/templates/ExternalProductCatalogs/view.php b/templates/ExternalProductCatalogs/view.php
index abe3e59..fbe1c5d 100644
--- a/templates/ExternalProductCatalogs/view.php
+++ b/templates/ExternalProductCatalogs/view.php
@@ -30,10 +30,6 @@
= __('Api Url') ?> |
= h($externalProductCatalog->api_url) ?> |
-
- = __('Id') ?> |
- = $this->Number->format($externalProductCatalog->id) ?> |
-
= __('Created') ?> |
= h($externalProductCatalog->created) ?> |
diff --git a/templates/ProductCatalogs/view.php b/templates/ProductCatalogs/view.php
index 76f62e7..47fe78a 100644
--- a/templates/ProductCatalogs/view.php
+++ b/templates/ProductCatalogs/view.php
@@ -39,7 +39,6 @@
= __('Name') ?> |
= __('Category Description') ?> |
- = __('Parent Id') ?> |
= __('Enabled') ?> |
= __('Actions') ?> |
@@ -47,7 +46,6 @@
= h($productCategories->name) ?> |
= h($productCategories->category_description) ?> |
- = h($productCategories->parent_id) ?> |
= h($productCategories->enabled) ?> |
= $this->Html->link(__('View'), ['controller' => 'ProductCategories', 'action' => 'view', $productCategories->id]) ?>
|