From 72a88a3f6b5e680880498a85e96582410a6df54f Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Thu, 25 Jul 2024 18:16:42 +0300 Subject: [PATCH] =?utf8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?utf8?q?=D0=BD=D0=B8=D0=B5=20002?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index 73c294f7..595dc725 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -75,7 +75,7 @@ class MotivationService } /** @var $motivationCostsItems MotivationCostsItem[] */ if ($motivationCostsItems[$row[0]]->name != ($row[1] ?? 'NO_NAME')) { - $error = "Не корректно название элемента " . ($row[1] ?? '') . "[$ind,1]"; + $error = "Не корректно название элемента '" . ($row[1] ?? '') . "' Ожидается: '" . $motivationCostsItems[$row[0]]->name . "' [$ind,1]"; break; } if (($row[2] ?? 'NO_NAME') == 'NO_NAME') { -- 2.39.5