default product type id on categories table

This commit is contained in:
2025-07-05 23:18:54 -07:00
parent 59a38758e9
commit 9d777f12b2
7 changed files with 68 additions and 8 deletions

View File

@@ -26,5 +26,6 @@ echo $this->Form->control('parent_id', [
'empty' => true,
'id' => 'product_category_parent_id',
]);
echo $this->Form->control('default_product_type_id');
echo $this->Form->control('enabled');
?>