Fix typo in IsProbatin property name and update related condition check in LeaveRequestController #2306
This commit is contained in:
parent
682c88c2db
commit
2410574d42
2 changed files with 9 additions and 8 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue