From: Alexander Smirnov Date: Thu, 25 Jul 2024 15:16:42 +0000 (+0300) Subject: Исправление 002 X-Git-Tag: 1.4~45^2~20 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=72a88a3f6b5e680880498a85e96582410a6df54f;p=erp24_rep%2Fyii-erp24%2F.git Исправление 002 --- 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') {