From 404d77b4f03ca89f8f6db931d5df17414088c253 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Wed, 24 Dec 2025 10:08:14 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BE=D1=88?= =?utf8?q?=D0=B8=D0=B1=D0=BA=D0=B8=20=D0=BF=D1=80=D0=B8=20=D0=BF=D1=80?= =?utf8?q?=D0=BE=D1=81=D0=BC=D0=BE=D1=82=D1=80=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/marketplace-orders/view.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/erp24/views/marketplace-orders/view.php b/erp24/views/marketplace-orders/view.php index f77ea202..a2ddc57b 100644 --- a/erp24/views/marketplace-orders/view.php +++ b/erp24/views/marketplace-orders/view.php @@ -125,7 +125,17 @@ $this->params['breadcrumbs'][] = $this->title; }, ], - 'error_text', + [ + 'attribute' => 'check_guid', + 'label' => 'Ошибка создания чека', + 'format' => 'raw', + 'value' => function ($model) { + + $check = $model->check; + return $check->error_text ?? '-'; + }, + + ], [ 'attribute' => 'check_guid', 'label' => 'Наименование чека', -- 2.39.5