This commit is contained in:
parent
d9dd45338e
commit
3ee1da6a12
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ namespace BMA.EHR.Application.Repositories.Reports
|
|||
|
||||
var laws = probation_assign.result.laws.Where(x => x.selected == true).Select((x, Index) => new
|
||||
{
|
||||
title = string.IsNullOrEmpty(x.description) ? string.Empty : $"{Index + 1}. {x.description.ToThaiNumber()}",
|
||||
title = string.IsNullOrEmpty(x.description) ? string.Empty : $"{(Index + 1).ToString().ToThaiNumber()}. {x.description.ToThaiNumber()}",
|
||||
}).ToList();
|
||||
|
||||
return new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue