read me update

This commit is contained in:
2025-11-04 02:10:37 -08:00
parent a471be8ff9
commit c8e44f3705
2 changed files with 31 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ if ($productCategoryVariant->is_system_variant) {
'disabled' => true,
'readonly' => true,
];
}
echo $this->Form->control('name', $nameOptions);
echo $this->Form->control('product_category_id', $categoryOptions);