se añade el calculo del alto y ancho para tapa dura y así asegurar que entra en el pliego

This commit is contained in:
2024-02-08 14:44:51 +01:00
parent 6f86f369cf
commit 2bf9e271a7
4 changed files with 42 additions and 12 deletions

View File

@ -360,7 +360,7 @@ $('#papelFormatoPersonalizado').on("click",function(){
"<?=lang('Presupuestos.papelFormatoAncho') ?> x <?=lang('Presupuestos.papelFormatoAncho') ?>)*";
}
else{
document.getElementById("papelFormatoAncho").value= "";
document.getElementById("papelFormatoAncho").value= "";
document.getElementById("papelFormatoAlto").value= "";
document.getElementById("papelFormatoAncho").style.display = "none";
document.getElementById("papelFormatoAlto").style.display = "none";

View File

@ -650,7 +650,7 @@
} );
if(row_indexes.length > 0){
tableServiciosAcabado.row(row_indexes[0]).remove().draw()
check_serv_acabado_error()
check_serv_acabado_error()
}
}
}