mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 15:54:17 +01:00
Compilazione tipo documento se non è impostato in fase di import FE
This commit is contained in:
parent
bec8a2d3eb
commit
8e9976e21c
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user