From: Alexander Smirnov Date: Fri, 9 Aug 2024 12:25:27 +0000 (+0300) Subject: Дебаг 2 X-Git-Tag: 1.4~36^2~11 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=5dde178b99c91fd55b0f557cdcd758e0c9a0424f;p=erp24_rep%2Fyii-erp24%2F.git Дебаг 2 --- 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',