Permitir sillas com letras fixes bug#AL-4281

master
Leonardo Oliveira 2024-07-26 07:29:22 -03:00
parent 06b602da4f
commit 6a44af4575
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId> <artifactId>ModelWeb</artifactId>
<version>1.88.1</version> <version>1.88.2</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -224,7 +224,7 @@ public class EsquemaAsientoServiceImpl implements EsquemaAsientoService {
} }
} else { } else {
Constante constNumAsientoComLetra = constanteService.buscarPorNomeConstante(Constantes.NUM_ASIENTO_CON_LETRA); Constante constNumAsientoComLetra = constanteService.buscarPorNomeConstante(Constantes.NUM_ASIENTO_CON_LETRA);
if (!constNumAsientoComLetra.getValorconstante().equals("1")) { if (!constNumAsientoComLetra.getValorconstante().equals("true")) {
Integer.parseInt(asientos[i]); Integer.parseInt(asientos[i]);
} }
// para validar // para validar