From 175d0da092578eb0c7b8cbb94d46e8c10712d580 Mon Sep 17 00:00:00 2001 From: stes Date: Thu, 3 Aug 2017 14:17:58 +0300 Subject: [PATCH] price and count update --- controllers/VariantCountController.php | 2 +- views/shop/_form.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/VariantCountController.php b/controllers/VariantCountController.php index 9b7449d..07873d3 100644 --- a/controllers/VariantCountController.php +++ b/controllers/VariantCountController.php @@ -12,7 +12,7 @@ use artbox\catalog\models\Variant; use yii\web\Response; use PHPExcel_IOFactory; - use yii\helpers\ArrayHelper; + /** * VariantCountController implements the CRUD actions for VariantToShop model. diff --git a/views/shop/_form.php b/views/shop/_form.php index f4c3c46..f7b6377 100644 --- a/views/shop/_form.php +++ b/views/shop/_form.php @@ -58,7 +58,7 @@ modeStr[ $key ][ 'off' ]) ) ? true : false) ?> - modeStr[ 'data' ]): ?> + modeStr[ 'data' ])): ?> modeStr[ 'data' ] as $key => $data): ?> -- libgit2 0.21.4