fix
This commit is contained in:
parent
aa31ac0f06
commit
ad0edf92a6
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
row = row + 1;
|
||||
}
|
||||
|
||||
var date = $"ณ วันที่ {DateTime.Now.Date.ToThaiShortDate().ToThaiNumber()}";
|
||||
var date = $"ณ วันที่ {(DateTime.Now.Date).ToThaiShortDate().ToThaiNumber()}";
|
||||
var result = new
|
||||
{
|
||||
template = "reportInsignia4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue