Merge pull request 'fixes bug#AL-4607' (!218) from AL-4607 into master
Reviewed-on: adm/ModelWeb#218 Reviewed-by: Julio Heredia <julio@rjconsultores.com.br>master
commit
70f6a259eb
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.76.1</version>
|
<version>1.76.2</version>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
|
@ -197,7 +197,7 @@ public enum TipoIdentificacionDoc {
|
||||||
return TipoIdentificacionDoc.DNI;
|
return TipoIdentificacionDoc.DNI;
|
||||||
}else if(descTipoDoc.equals("RE_PM")) {
|
}else if(descTipoDoc.equals("RE_PM")) {
|
||||||
return TipoIdentificacionDoc.RE_PM;
|
return TipoIdentificacionDoc.RE_PM;
|
||||||
}else if(descTipoDoc.equals("NIC")) {
|
}else if(descTipoDoc.equals("NIS")) {
|
||||||
return TipoIdentificacionDoc.NIS;
|
return TipoIdentificacionDoc.NIS;
|
||||||
}else if(descTipoDoc.equals("PASSE_LIVRE")) {
|
}else if(descTipoDoc.equals("PASSE_LIVRE")) {
|
||||||
return TipoIdentificacionDoc.PASSE_LIVRE;
|
return TipoIdentificacionDoc.PASSE_LIVRE;
|
||||||
|
|
Loading…
Reference in New Issue