From 450be05f29ee577c34f9f36ee3721f92520c93c5 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 7 Aug 2025 15:07:18 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=B0?= =?utf8?q?=D1=86=D0=B8=D1=8F=20=D1=84=D0=BE=D1=80=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/controllers/Products1cNomenclatureActualityController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/controllers/Products1cNomenclatureActualityController.php b/erp24/controllers/Products1cNomenclatureActualityController.php index c4b330b2..0b9070d3 100644 --- a/erp24/controllers/Products1cNomenclatureActualityController.php +++ b/erp24/controllers/Products1cNomenclatureActualityController.php @@ -240,7 +240,6 @@ class Products1cNomenclatureActualityController extends Controller ->innerJoin(['p1c' => 'products_1c_nomenclature'], 'p1c.id = sp.product_id') ->andWhere(['between', 's.date', "{$startDate} 00:00:00", "{$endDate} 23:59:59"]) ->groupBy('sp.product_id') - //->having(['=', new \yii\db\Expression('COUNT(DISTINCT s.store_id)'), $countStores]) ->column(); if (empty($productIds)) { @@ -248,6 +247,7 @@ class Products1cNomenclatureActualityController extends Controller return $this->render('add-activity', [ 'historyDays' => $historyDays, 'intervalMonths' => $intervalMonths, + 'startFrom' => $startFrom, ]); } -- 2.39.5