From: marina Date: Tue, 3 Jun 2025 13:20:38 +0000 (+0300) Subject: ERP-417 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=96e8bca689b380b5201ff56f69243b1e617acebb;p=erp24_rep%2Fyii-erp24%2F.git ERP-417 --- 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) {