1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-02 17:07:01 +01:00

Update add.php

This commit is contained in:
Thomas Zilio 2020-10-20 12:03:42 +02:00
parent c406ad819c
commit 563a6f24c2

View File

@ -64,7 +64,7 @@ $(document).ready(function() {
let value = !input('idanagrafica').get();
input('idsede').setDisabled(value)
.selectReset();
.getElement().selectReset();
});
});
</script>