From: marina Date: Tue, 3 Jun 2025 13:22:16 +0000 (+0300) Subject: ERP-417 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=02e6a87f51fefe6f2eadfdc7c8ef7ef954fc1cad;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 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) {