Fix typo in IsProbatin property name and update related condition check in LeaveRequestController #2306

This commit is contained in:
Suphonchai Phoonsawat 2026-02-11 10:47:01 +07:00
parent 682c88c2db
commit 2410574d42
2 changed files with 9 additions and 8 deletions

View file

@ -44,7 +44,7 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? ProfileType { get; set; }
public bool? IsLeave { get; set; }
public bool? IsProbatin { get; set; }
public bool? IsProbation { get; set; }
public string? Root { get; set; }
public string? Child1 { get; set; }