Uniandes-ISIS2603-backup / s4_CarrosUsados

MIT License
1 stars 0 forks source link

dtos/FacturaDTO.java - Check constructor from Entity implementation in DTO. #123

Open camendoza94 opened 5 years ago

camendoza94 commented 5 years ago

Issue: Check constructor from Entity implementation in DTO.

Found on file: dtos/FacturaDTO.java

On commit: 1b6f9d5c8d36f7ce534df4f65e73123600f8e9f1

Go to the Knowledge Base to find more info about this violation

Lucariomon commented 5 years ago

fue incluido un if para evitar crear un null if(facturaEntity.getFormaDePago() != null) this.formaDepago = new FormaDePagoDTO(facturaEntity.getFormaDePago());