]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-417
authormarina <m.zozirova@gmail.com>
Tue, 3 Jun 2025 13:20:38 +0000 (16:20 +0300)
committermarina <m.zozirova@gmail.com>
Tue, 3 Jun 2025 13:20:38 +0000 (16:20 +0300)
erp24/web/js/validate/validateForm.js

index 1f61e3ef5336b37fe898aeb34c261711f3d3edb3..18fd814303f642478c29ea11a2537f4a67bb0922 100755 (executable)
@@ -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) {