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

@@ -41,7 +41,6 @@
<div class="table-responsive">
<table>
<tr>
<th><?= __('Id') ?></th>
<th><?= __('Attribute Value') ?></th>
<th><?= __('Attribute Label') ?></th>
<th><?= __('Enabled') ?></th>
@@ -49,7 +48,6 @@
</tr>
<?php foreach ($productCategoryAttribute->product_category_attribute_options as $productCategoryAttributeOptions) : ?>
<tr>
<td><?= h($productCategoryAttributeOptions->id) ?></td>
<td><?= h($productCategoryAttributeOptions->attribute_value) ?></td>
<td><?= h($productCategoryAttributeOptions->attribute_label) ?></td>
<td><?= h($productCategoryAttributeOptions->enabled) ?></td>