From e1b8ad6e5af92655e9585ea2b977971e84f88f7c Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Mon, 26 Jan 2026 10:10:08 +0300 Subject: [PATCH] =?utf8?q?=D0=A1=D1=82=D0=B0=D1=82=D1=83=D1=81=20=D0=9C?= =?utf8?q?=D0=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/OrderControlReportService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/OrderControlReportService.php b/erp24/services/OrderControlReportService.php index 693ad846..14f41b46 100644 --- a/erp24/services/OrderControlReportService.php +++ b/erp24/services/OrderControlReportService.php @@ -1042,7 +1042,7 @@ class OrderControlReportService $issue = $item['issue']; $date = $issue->reportDate ?: date('d.m.Y'); $interval = $this->getShortInterval($issue->interval); - $mpStatus = $issue->mpStatus ?? '-'; + $mpStatus = $this->formatMpStatus($issue); $reason = $issue->getIssueReasonLabel() ?: '-'; $html .= ' -- 2.39.5