From: Vladimir Fomichev Date: Wed, 10 Dec 2025 09:02:59 +0000 (+0300) Subject: заменил константу X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=c548153090cb379a4c51e503b76f5c8ff5e4eb4f;p=erp24_rep%2Fyii-erp24%2F.git заменил константу --- 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; }