1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-14 00:24:28 +01:00

Fix ora evasione ordini

This commit is contained in:
MatteoPistorello 2021-05-18 11:18:06 +02:00
parent 6f1cae63bf
commit 78655f3d38

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{