From 500f9ab8e6b45e90e58de0d0d9971f864eb68ee6 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 7 Aug 2025 11:47:28 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D1=8B=D0=B2=D0=BE=D0=B4=20guid?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/products1c-nomenclature-actuality/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/products1c-nomenclature-actuality/index.php b/erp24/views/products1c-nomenclature-actuality/index.php index f0ae525e..e3d7a499 100644 --- a/erp24/views/products1c-nomenclature-actuality/index.php +++ b/erp24/views/products1c-nomenclature-actuality/index.php @@ -238,7 +238,7 @@ $months = monthList(); 'format' => 'raw', 'contentOptions' => ['style'=>'min-width:200px;'], 'value' => function ($m) { - return Html::encode($m->name); + return Html::encode($m->name . ' (' . $m->id . ')'); } ], [ -- 2.39.5