From ffdb531c674ad4f46cfaf04a832484a370bf784b Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 5 Dec 2016 00:15:46 +0200 Subject: [PATCH] -Order sort --- views/category/_form.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/category/_form.php b/views/category/_form.php index 734ac79..65962e2 100755 --- a/views/category/_form.php +++ b/views/category/_form.php @@ -39,9 +39,9 @@ ) ->label(Yii::t('product', 'Parent category')) ?> -field($model, 'sort'); -// ?> + field($model, 'sort'); + ?> field($model, 'image') ->widget( -- libgit2 0.21.4