From a0ab87bd5cb28973e68b675c69d1c0fe81f07a95 Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 17 Feb 2025 16:14:35 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D1=8B=D0=B2=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/products1c-nomenclature/index.php | 1 + erp24/views/products1c-nomenclature/view.php | 1 + 2 files changed, 2 insertions(+) diff --git a/erp24/views/products1c-nomenclature/index.php b/erp24/views/products1c-nomenclature/index.php index 1c535929..55ce943d 100644 --- a/erp24/views/products1c-nomenclature/index.php +++ b/erp24/views/products1c-nomenclature/index.php @@ -30,6 +30,7 @@ $this->params['breadcrumbs'][] = $this->title; 'subcategory', 'species', 'sort', + 'type', 'size', 'measure', 'color', diff --git a/erp24/views/products1c-nomenclature/view.php b/erp24/views/products1c-nomenclature/view.php index e2717e40..0ff2f097 100644 --- a/erp24/views/products1c-nomenclature/view.php +++ b/erp24/views/products1c-nomenclature/view.php @@ -26,6 +26,7 @@ $this->params['breadcrumbs'][] = $this->title; 'subcategory', 'species', 'sort', + 'type', 'size', 'measure', 'color', -- 2.39.5