Commit ffdb531c674ad4f46cfaf04a832484a370bf784b

Authored by Alexey Boroda
1 parent e04f5358

-Order sort

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
views/category/_form.php
... ... @@ -39,9 +39,9 @@
39 39 )
40 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 46 <?= $form->field($model, 'image')
47 47 ->widget(
... ...