소스 검색

Fixe control

stany.ferer 1 년 전
부모
커밋
4b3aa0d37b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public-events/js/control.js

+ 1 - 1
public-events/js/control.js

@@ -69,7 +69,7 @@ $(document).ready(function () {
                 const value = $("#QRCodeRead").val();
                 console.log("Modification détectée : ", value);
                 if (value !== null && value !== '') {
-                    checkEmagementSalarie();
+                    checkEmagementControl();
                 }
             }
         });