From 550aef7355fad64afa703e4c64f525fab40f95d8 Mon Sep 17 00:00:00 2001 From: fomichev Date: Fri, 30 May 2025 13:14:22 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF?= =?utf8?q?=D0=BE=20=D0=BA=D0=BE=D0=BB=D0=B8=D1=87=D0=B5=D1=81=D1=82=D0=B2?= =?utf8?q?=D1=83=20-=20=D1=80=D0=B0=D1=81=D1=87=D0=B5=D1=82=20=D1=81=20?= =?utf8?q?=D1=80=D0=B0=D1=81=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D0=B5=D0=BC=20?= =?utf8?q?=D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/auto-plannogramma/1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/auto-plannogramma/1.php b/erp24/views/auto-plannogramma/1.php index e7c7432a..2c89b151 100644 --- a/erp24/views/auto-plannogramma/1.php +++ b/erp24/views/auto-plannogramma/1.php @@ -74,7 +74,7 @@ }], ['attribute' => 'category', 'label' => 'Категория'], ['attribute' => 'base_total_store', 'label' => 'Сумма продаж', 'format' => ['decimal', 2]], - ['attribute' => 'new_total_store', 'label' => 'Сумма с немаркированными', 'format' => ['decimal', 2]], + ['attribute' => 'new_total_store', 'label' => 'Сумма с Раскрытыми', 'format' => ['decimal', 2]], ['attribute' => 'total_sum', 'label' => 'Сумма категории', 'format' => ['decimal', 2]], ['attribute' => 'percent', 'label' => 'Доля', 'format' => ['percent', 2]], ], -- 2.39.5