From 96e8bca689b380b5201ff56f69243b1e617acebb Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 3 Jun 2025 16:20:38 +0300 Subject: [PATCH] ERP-417 --- erp24/web/js/validate/validateForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/web/js/validate/validateForm.js b/erp24/web/js/validate/validateForm.js index 1f61e3ef..18fd8143 100755 --- a/erp24/web/js/validate/validateForm.js +++ b/erp24/web/js/validate/validateForm.js @@ -66,7 +66,7 @@ $(".form-validate button").click(function (e) { const commentValue = $('#writeoffserp-comment').val().trim(); const specialStoreIds = ['1', '9', '28']; - const allowedCommentUsers = ['Емельянова Ольга', 'Яшенкова Алена', 'Цветкова Ольга']; + const allowedCommentUsers = ['Емельянова Ольга', 'Яшенкова Алёна', 'Цветкова Ольга']; if (specialStoreIds.includes(selectedStoreId)) { if (!allRowsHaveImage) { -- 2.39.5