From c548153090cb379a4c51e503b76f5c8ff5e4eb4f Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Wed, 10 Dec 2025 12:02:59 +0300 Subject: [PATCH] =?utf8?q?=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?utf8?q?=D0=BA=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api3/core/services/ReportService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/api3/core/services/ReportService.php b/erp24/api3/core/services/ReportService.php index ea698f99..7b338d67 100644 --- a/erp24/api3/core/services/ReportService.php +++ b/erp24/api3/core/services/ReportService.php @@ -731,7 +731,7 @@ class ReportService foreach ($missingAdminIds as $adminId) { // Если запрашивается конкретный тип смены (не 0), не добавляем из продаж без shift_id - if ($data->shift_type != 0) { + if ($data->shift_type != Shift::FULL_DAY_SHIFT) { continue; } -- 2.39.5