From 5cafd7da1aadd69f5b89d858e7cb41a06221537e Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 16 Aug 2024 15:00:50 +0300 Subject: [PATCH] =?utf8?q?[ERP-140]=20=D0=9F=D1=83=D1=81=D1=82=D1=8B=D0=B5?= =?utf8?q?=20=D0=BC=D0=B5=D1=81=D1=82=D0=B0=20=D0=B3=D0=B4=D0=B5=20=D0=B4?= =?utf8?q?=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE=20=D0=BF=D0=BE=D0=BB=D1=83=D1=87?= =?utf8?q?=D0=B0=D1=82=D1=8C=D1=81=D1=8F=20=D0=B8=D0=B7=201=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/actions/motivation/TestFactAction.php | 2 +- erp24/scripts/tasks/task_32_motivation_fact.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/actions/motivation/TestFactAction.php b/erp24/actions/motivation/TestFactAction.php index 23e626b1..d7b23324 100644 --- a/erp24/actions/motivation/TestFactAction.php +++ b/erp24/actions/motivation/TestFactAction.php @@ -72,7 +72,7 @@ class TestFactAction extends Action MotivationService::calculateMonthCeoAndSaleOfWebsiteGoods($model->year, $model->month); - MotivationService::initMonth1cFields($model->year, $model->month); +// MotivationService::initMonth1cFields($model->year, $model->month); } return $this->controller->render('test-fact', compact('model', 'years', 'months')); diff --git a/erp24/scripts/tasks/task_32_motivation_fact.php b/erp24/scripts/tasks/task_32_motivation_fact.php index 3d641799..b3ed76aa 100644 --- a/erp24/scripts/tasks/task_32_motivation_fact.php +++ b/erp24/scripts/tasks/task_32_motivation_fact.php @@ -75,7 +75,7 @@ try { MotivationService::calculateMonthCeoAndSaleOfWebsiteGoods($year, $month); - MotivationService::initMonth1cFields($year, $month); +// MotivationService::initMonth1cFields($year, $month); ////////////////////////////////////////////// -- 2.39.5