error en la validacion al guardar

This commit is contained in:
2024-12-26 13:46:43 +01:00
parent 616e662896
commit f61c9928dc
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@ class Direcciones {
this.direcciones = [];
this.tiradaSeleccionada = null;
this.direcciones.calcularPresupuesto = false;
this.initValidation();

View File

@ -461,7 +461,7 @@ class PresupuestoCliente {
return;
}
if ($('.invalid-feedback').length > 0) {
if (!this.datosGenerales.checkPaginasMultiplo4()) {
popErrorAlert("Compruebe que todos los campos son correctos.");
$('#loader').modal('hide');
return;