Fix ora evasione ordini
This commit is contained in:
parent
6f1cae63bf
commit
78655f3d38
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue