fix ระบบลา >> แบบรายงาน (ลาประกอบพิธีฮัจญ์) #1493
Some checks failed
release-dev / release-dev (push) Failing after 11s
Some checks failed
release-dev / release-dev (push) Failing after 11s
This commit is contained in:
parent
741eccd933
commit
c7dd897909
1 changed files with 5 additions and 1 deletions
|
|
@ -355,8 +355,12 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
// if (list.Count > 0)
|
// if (list.Count > 0)
|
||||||
// approver = list.First().Name;
|
// approver = list.First().Name;
|
||||||
//}
|
//}
|
||||||
|
if (data != null && data.LeaveSubTypeName == "ลาประกอบพิธีฮัจญ์" && isHajj == false)
|
||||||
|
{
|
||||||
|
isHajj = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (data.HajjDayStatus == true)
|
if (isHajj == true)
|
||||||
{
|
{
|
||||||
return new
|
return new
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue