subscribtion category variants / system category variants
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
<th><?= __('Id') ?></th>
|
||||
<td><?= h($productPhoto->id) ?></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><?= __('Product Category') ?></th>
|
||||
<td><?= $productPhoto->hasValue('product_category') ? $this->Html->link($productPhoto->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productPhoto->product_category->internal_id]) : '' ?></td>
|
||||
|
||||
Reference in New Issue
Block a user