mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
comprueba ahora que son iguales
This commit is contained in:
@ -136,7 +136,7 @@ class Direcciones {
|
|||||||
this.direcciones.forEach(direccion => {
|
this.direcciones.forEach(direccion => {
|
||||||
total_envio += parseInt(direccion.getUnidades());
|
total_envio += parseInt(direccion.getUnidades());
|
||||||
});
|
});
|
||||||
if (total_envio < unidades) {
|
if (total_envio <= unidades) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user