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