Permitir sillas com letras fixes bug#AL-4281
parent
06b602da4f
commit
6a44af4575
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ModelWeb</artifactId>
|
||||
<version>1.88.1</version>
|
||||
<version>1.88.2</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -224,7 +224,7 @@ public class EsquemaAsientoServiceImpl implements EsquemaAsientoService {
|
|||
}
|
||||
} else {
|
||||
Constante constNumAsientoComLetra = constanteService.buscarPorNomeConstante(Constantes.NUM_ASIENTO_CON_LETRA);
|
||||
if (!constNumAsientoComLetra.getValorconstante().equals("1")) {
|
||||
if (!constNumAsientoComLetra.getValorconstante().equals("true")) {
|
||||
Integer.parseInt(asientos[i]);
|
||||
}
|
||||
// para validar
|
||||
|
|
Loading…
Reference in New Issue