Skip to content

Commit

Permalink
Fix bug in set appointment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmHuang777 committed Nov 8, 2023
1 parent 004300e commit bf73f5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public Ic getPatient() {
}

public void setAppointmentTime(AppointmentTime appointmentTime) {
this.appointmentTime = appointmentTime;
}

public void changeDoctor(Ic newDoctorIc) {
Expand Down

0 comments on commit bf73f5f

Please sign in to comment.