From: Aleksey Filippov Date: Thu, 3 Jul 2025 09:41:50 +0000 (+0300) Subject: fix X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=65e3c3bf033ee81667a38edb0e8b113f438e15c2;p=erp24_rep%2Fyii-erp24%2F.git fix --- diff --git a/erp24/web/js/validate/validateForm.js b/erp24/web/js/validate/validateForm.js index 97f77bed..5f4db3ef 100755 --- a/erp24/web/js/validate/validateForm.js +++ b/erp24/web/js/validate/validateForm.js @@ -66,16 +66,16 @@ $(".form-validate button").click(function (e) { const commentValue = $('#writeoffserp-comment').val().trim(); const specialStoreIds = [ - ' 1,', - ' 8,', - ' 9,', - ' 13', - ' 15', - ' 19', - ' 28', - ' 30', - ' 41', - ' 44', + '1,', + '8,', + '9,', + '13', + '15', + '19', + '28', + '30', + '41', + '44', ]; const allowedCommentUsers = ['Емельянова Ольга', 'Яшенкова Алёна', 'Ольга Цветкова'];