From ab873cbb376c8c9822a5f0d4768d34cb1c3c5998 Mon Sep 17 00:00:00 2001 From: fomichev Date: Thu, 3 Jul 2025 18:17:25 +0300 Subject: [PATCH] =?utf8?q?=D0=93=D1=80=D1=83=D0=BF=D0=BF=D0=B8=D1=80=D0=BE?= =?utf8?q?=D0=B2=D0=BA=D0=B0=20=D0=BF=D0=BE=20=D0=B1=D0=B2=D0=B7=D0=BE?= =?utf8?q?=D0=B2=D1=8B=D0=BC=20=D0=BC=D0=B0=D1=82=D1=80=D0=B8=D1=86=D0=B0?= =?utf8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/commands/CronController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 62731b29..be265d5a 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -1591,7 +1591,7 @@ class CronController extends Controller public function actionAutoplannogrammaCalculate(): void { $date = new DateTime(); - $date->modify('+0 months'); + $date->modify('+2 months'); $planDate = $date->format('Y-m-01'); $month = (int)$date->format('m'); $year = (int)$date->format('Y'); -- 2.39.5