Commit e04f5358be28e5ee564f71950742d3dedbae7f20
1 parent
41349ad2
-Category form fix
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
views/category/_form.php
@@ -39,9 +39,9 @@ | @@ -39,9 +39,9 @@ | ||
39 | ) | 39 | ) |
40 | ->label(Yii::t('product', 'Parent category')) ?> | 40 | ->label(Yii::t('product', 'Parent category')) ?> |
41 | 41 | ||
42 | - <?php | ||
43 | - echo $form->field($model, 'sort'); | ||
44 | - ?> | 42 | +<!-- --><?php |
43 | +// echo $form->field($model, 'sort'); | ||
44 | +// ?> | ||
45 | 45 | ||
46 | <?= $form->field($model, 'image') | 46 | <?= $form->field($model, 'image') |
47 | ->widget( | 47 | ->widget( |