Skip to content

Commit

Permalink
Correcció #21
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeignacio-fundaciobit committed Jul 7, 2023
1 parent 0b3e4b3 commit 24b74ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ private es.caib.scsp.esquemas.SVDSCTFNWS01v3.respuesta.datosespecificos.Retorno
// es.caib.scsp.esquemas.SVDSCTFNWS01v3.respuesta.datosespecificos.Documentacion();
es.caib.scsp.api.cedent.client.SVDSCTFNWS01v3.model.Documentacion.TipoEnum tipo = doc.getTipo();
if (tipo != null) {
String valorTipo = (es.caib.scsp.api.cedent.client.SVDSCTFNWS01v3.model.Documentacion.TipoEnum.PASSAPORT == tipo)
String valorTipo = (es.caib.scsp.api.cedent.client.SVDSCTFNWS01v3.model.Documentacion.TipoEnum.Pasaporte == tipo)
? "Pasaporte"
: tipo.getValue();
beneficiarioRetorno.setTipoDocumentacion(valorTipo);
Expand Down

0 comments on commit 24b74ab

Please sign in to comment.