Skip to content

Commit

Permalink
fix: change status of schedule for PA
Browse files Browse the repository at this point in the history
  • Loading branch information
soyu-se committed Jul 22, 2024
1 parent 45c5f6b commit 150fb25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public async Task<IActionResult> ValidAppointmentForFutureAppointment(int appoin
DentistID = dentistID,
Date = date,
TimeSlotID = 32,
ScheduleStatus = "Đã Đặt"
ScheduleStatus = "Lịch điều trị"
};
_context.Schedules.Add(schedule);
}
Expand Down

0 comments on commit 150fb25

Please sign in to comment.