From 0ff0f4f5e2216a2df304ce2acfd832cbb38c017a Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Mon, 8 Jul 2024 12:30:38 +0300 Subject: [PATCH] =?utf8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8?= =?utf8?q?=D0=B5=20=D0=B4=D0=B0=D1=82=D1=8B=20=D0=BD=D0=B0=D1=87=D0=B0?= =?utf8?q?=D0=BB=D0=B0=20=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D1=8F?= =?utf8?q?=20=D1=80=D0=B0=D1=81=D1=87=D1=91=D1=82=D0=BE=D0=B2=20=D0=B2=20?= =?utf8?q?=D0=BB=D0=B8=D1=87=D0=BD=D0=BE=D0=BC=20=D0=BA=D0=B0=D0=B1=D0=B8?= =?utf8?q?=D0=BD=D0=B5=D1=82=D0=B5=20=D0=BD=D0=B0=20=D0=BD=D0=BE=D0=B2?= =?utf8?q?=D1=8B=D0=B9=20=D1=84=D0=B0=D0=BA=D1=82=20=D1=81=D0=BC=D0=B5?= =?utf8?q?=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/CabinetService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/CabinetService.php b/erp24/services/CabinetService.php index ae3ed273..a9e03bff 100755 --- a/erp24/services/CabinetService.php +++ b/erp24/services/CabinetService.php @@ -3662,7 +3662,7 @@ false */ public function getTimetableData($adminId, $storeId, $dateFrom, $dateTo, bool $notInStore = false): array { - if ($dateFrom >= '2024-06-01') { + if ($dateFrom >= '2024-07-01') { $result = $this->getTimetableFactData($adminId, $storeId, $dateFrom, $dateTo, $notInStore); } else { $result = $this->getTimetablePlanData($adminId, $storeId, $dateFrom, $dateTo, $notInStore); -- 2.39.5