[R4] Fix crm value
This commit is contained in:
parent
99551134be
commit
2ee9727c80
@ -32,7 +32,7 @@ public class Doctor {
|
|||||||
public Doctor(DoctorDTO doctorDTO) {
|
public Doctor(DoctorDTO doctorDTO) {
|
||||||
this.name=doctorDTO.name();
|
this.name=doctorDTO.name();
|
||||||
this.email=doctorDTO.email();
|
this.email=doctorDTO.email();
|
||||||
this.crm=doctorDTO.email();
|
this.crm=doctorDTO.crm();
|
||||||
this.telephone=doctorDTO.telephone();
|
this.telephone=doctorDTO.telephone();
|
||||||
this.specialty=doctorDTO.specialty();
|
this.specialty=doctorDTO.specialty();
|
||||||
this.address = new Address(doctorDTO.address());
|
this.address = new Address(doctorDTO.address());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user