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