From 2cf1b44d9c954e8025b959a013bba60ab313f3fa Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 31 Mar 2025 11:33:55 +0300 Subject: [PATCH] =?utf8?q?=D0=9B=D0=B0=D0=B9=D1=82=D0=B1=D0=BE=D0=BA=D1=81?= =?utf8?q?=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80?= =?utf8?q?=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/bouquet/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/bouquet/index.php b/erp24/views/bouquet/index.php index 51952bf0..7371ed1c 100644 --- a/erp24/views/bouquet/index.php +++ b/erp24/views/bouquet/index.php @@ -218,7 +218,7 @@ $this->title = 'Содержание матрицы'; default => 'bg-secondary', } . " fs-6 text-white px-7 w-100 mb-4 d-block'> - " . Html::encode(\yii_app\records\WriteOffsErp::STATUSES[$model->status] ?? '') . " + " . Html::encode(WriteOffsErp::STATUSES[$model->status] ?? '') . " " : "") . " -- 2.39.5