This commit is contained in:
2025-04-01 02:19:01 -07:00
parent f724b86674
commit 56e526bc0f
3 changed files with 11 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
<h4 class="mb-4">Basic Info</h4>
<?php
echo $this->Form->hidden('form', ['value' => 'product']);
echo $this->Form->control('name');
echo $this->Form->control('product_catalog_id', [
'empty' => 'Select a Catalog',