Fix ora evasione ordini

This commit is contained in:
MatteoPistorello 2021-05-18 11:18:06 +02:00
parent 6f1cae63bf
commit 78655f3d38
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ if (in_array($module['name'], ['Ordini cliente', 'Ordini fornitore'])) {
}
});
$("#data_evasione").on("change", function() {
$("#data_evasione").blur(function() {
if(input("data_evasione").get()){
input("ora_evasione").enable();
} else{