Compilazione tipo documento se non è impostato in fase di import FE

This commit is contained in:
MatteoPistorello 2021-10-29 10:39:34 +02:00
parent bec8a2d3eb
commit 8e9976e21c
1 changed files with 4 additions and 1 deletions

View File

@ -59,7 +59,10 @@ function compile(btn) {
return;
}
$("#id_tipo").selectSet(response.id_tipo);
if(!$("#id_tipo").val()) {
$("#id_tipo").selectSet(response.id_tipo);
}
$("#pagamento").selectSetNew(response.pagamento.id, response.pagamento.descrizione);
$("select[name^=iva]").each(function(){