]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Вывод guid
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 7 Aug 2025 08:47:28 +0000 (11:47 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 7 Aug 2025 08:47:28 +0000 (11:47 +0300)
erp24/views/products1c-nomenclature-actuality/index.php

index f0ae525e54ab4cddaee9109db5d26899ff752aa1..e3d7a499f40367771b91763371b904c8f344140e 100644 (file)
@@ -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 . ')');
                 }
             ],
             [