From 815267c2f44ee1581816a1943c43e4c5bd8bfeec Mon Sep 17 00:00:00 2001 From: fomichev Date: Wed, 2 Jul 2025 10:32:43 +0300 Subject: [PATCH] =?utf8?q?=D0=91=D0=BB=D0=BE=D0=BA=D0=B8=D1=80=D0=BE=D0=B2?= =?utf8?q?=D0=BA=D0=B0=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/web/js/category-plan/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erp24/web/js/category-plan/index.js b/erp24/web/js/category-plan/index.js index d2047ad4..e552ad6a 100644 --- a/erp24/web/js/category-plan/index.js +++ b/erp24/web/js/category-plan/index.js @@ -98,6 +98,7 @@ function editProcent(zis) { localStorage.setItem('planChanges', JSON.stringify(changes, null, 2)); updateChangesLog(store_id); $('#rebuild').prop('disabled', false); + $('#delete').prop('disabled', false); }, error: function() { zis.value = previousValue; -- 2.39.5