fixing number to thai
This commit is contained in:
parent
d9dd45338e
commit
560000805a
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
|
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();
|
}).ToList();
|
||||||
|
|
||||||
return new
|
return new
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue