From 1b53146c22dd9770c5004bde3a7cd2039b527ff2 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 4 Sep 2025 10:10:00 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D0=BA=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/web/js/products1cNomenclatureActuality/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/web/js/products1cNomenclatureActuality/index.js b/erp24/web/js/products1cNomenclatureActuality/index.js index a1e89bdd..ee376eb1 100644 --- a/erp24/web/js/products1cNomenclatureActuality/index.js +++ b/erp24/web/js/products1cNomenclatureActuality/index.js @@ -269,7 +269,7 @@ document.addEventListener("DOMContentLoaded", () => { } $.ajax({ - url: '/products1c-nomenclature-actuality/ajax-delete', // поменяй на свой роут + url: '/products1c-nomenclature-actuality/ajax-delete', type: 'POST', data: {id: id, _csrf: yii.getCsrfToken()}, success: function (response) { -- 2.39.5