template updates removing ids more

This commit is contained in:
2025-03-27 23:07:44 -07:00
parent ad4c16bb9e
commit c1218ac106
2 changed files with 0 additions and 6 deletions

View File

@@ -30,10 +30,6 @@
<th><?= __('Api Url') ?></th>
<td><?= h($externalProductCatalog->api_url) ?></td>
</tr>
<tr>
<th><?= __('Id') ?></th>
<td><?= $this->Number->format($externalProductCatalog->id) ?></td>
</tr>
<tr>
<th><?= __('Created') ?></th>
<td><?= h($externalProductCatalog->created) ?></td>