mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
error en la validacion al guardar
This commit is contained in:
@ -30,6 +30,8 @@ class Direcciones {
|
||||
|
||||
this.direcciones = [];
|
||||
|
||||
this.tiradaSeleccionada = null;
|
||||
|
||||
this.direcciones.calcularPresupuesto = false;
|
||||
|
||||
this.initValidation();
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user