From 02e6a87f51fefe6f2eadfdc7c8ef7ef954fc1cad Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 3 Jun 2025 16:22:16 +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 18fd8143..05451880 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