Ver Fonte

Fixe control

stany.ferer há 1 ano atrás
pai
commit
4b3aa0d37b
1 ficheiros alterados com 1 adições e 1 exclusões
  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();
                 }
             }
         });