From fe90b58d94d72e421dbde38b70685b7f8bc2df89 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 9 Aug 2024 15:24:03 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/actions/motivation/IndexAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/actions/motivation/IndexAction.php b/erp24/actions/motivation/IndexAction.php index 86bb32e7..6a3bfb5c 100644 --- a/erp24/actions/motivation/IndexAction.php +++ b/erp24/actions/motivation/IndexAction.php @@ -168,7 +168,7 @@ class IndexAction extends Action // Подсчитываем прогноз за месяц MotivationService::calculateMonthForecast($model->store_id, $model->year, $model->month); - +var_dump(123); die; return $this->controller->render( 'index', compact('model', 'stores', 'years', 'months', 'motivationDataTableSort', 'showTable', -- 2.39.5