From: fomichev Date: Wed, 2 Jul 2025 07:32:43 +0000 (+0300) Subject: Блокировка таблицы X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=815267c2f44ee1581816a1943c43e4c5bd8bfeec;p=erp24_rep%2Fyii-erp24%2F.git Блокировка таблицы --- 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;