From 65e3c3bf033ee81667a38edb0e8b113f438e15c2 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 3 Jul 2025 12:41:50 +0300 Subject: [PATCH] fix --- erp24/web/js/validate/validateForm.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 = ['Емельянова Ольга', 'Яшенкова Алёна', 'Ольга Цветкова']; -- 2.39.5