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>
|
<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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue