From 9be35b3b5dc4f30601e68513843c1a9670220544 Mon Sep 17 00:00:00 2001 From: fomichev Date: Wed, 16 Jul 2025 10:57:06 +0300 Subject: [PATCH] =?utf8?q?=D0=90=D1=80=D1=82=D0=B8=D0=BA=D1=83=D0=BB=20?= =?utf8?q?=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/crud/marketplace-order1c-statuses/index.php | 1 + erp24/views/crud/marketplace-order1c-statuses/view.php | 1 + 2 files changed, 2 insertions(+) diff --git a/erp24/views/crud/marketplace-order1c-statuses/index.php b/erp24/views/crud/marketplace-order1c-statuses/index.php index 76a5149b..9120ef88 100644 --- a/erp24/views/crud/marketplace-order1c-statuses/index.php +++ b/erp24/views/crud/marketplace-order1c-statuses/index.php @@ -47,6 +47,7 @@ $this->params['breadcrumbs'][] = $this->title; } ], 'status', + 'status_id', [ 'attribute' => 'allowed_reserve', 'value' => function ($model) { diff --git a/erp24/views/crud/marketplace-order1c-statuses/view.php b/erp24/views/crud/marketplace-order1c-statuses/view.php index e3337c83..3a2f7f3f 100644 --- a/erp24/views/crud/marketplace-order1c-statuses/view.php +++ b/erp24/views/crud/marketplace-order1c-statuses/view.php @@ -42,6 +42,7 @@ $this->params['breadcrumbs'][] = $this->title; } ], 'status', + 'status_id', [ 'attribute' => 'allowed_reserve', 'value' => function ($model) { -- 2.39.5