From 5dde178b99c91fd55b0f557cdcd758e0c9a0424f Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 9 Aug 2024 15:25:27 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=202?= 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 6a3bfb5c..86bb32e7 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