fix noti user placement
This commit is contained in:
parent
7f53cf96c4
commit
a886825bb1
3 changed files with 23 additions and 5 deletions
|
|
@ -732,6 +732,7 @@ namespace BMA.EHR.Application.Repositories.Reports
|
|||
Age = r.Date == null ? "-" : r.Date.Value.CalculateBetweenDateV2(DateTime.Now).ToThaiNumber(),
|
||||
Amount = r.Amount == null ? null : r.Amount.Value.ToNumericText().ToThaiNumber(),
|
||||
Date = r.Date,
|
||||
Remark = "",
|
||||
})
|
||||
.Distinct()
|
||||
.OrderBy(x => x.Date)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue