diff --git a/Controllers/Personnel.Controller.cs b/Controllers/Personnel.Controller.cs index 82e944c..df39050 100644 --- a/Controllers/Personnel.Controller.cs +++ b/Controllers/Personnel.Controller.cs @@ -4289,7 +4289,7 @@ namespace rmutr_report.Controllers ws.Cell("C12").Style.Font.FontName = "TH SarabunPSK"; ws.Cell("C12").Style.Font.FontSize = 16; ws.Cell("C12").Style.Font.Bold = true; - ws.Cell("D12").Value = "เบิกจ่ายปี งปม." + personnel.year1.Substring(2, 2); + ws.Cell("D12").Value = "เบิกจ่ายปี งปม." + personnel.year1; ws.Cell("D12").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Left; ws.Cell("D12").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center; ws.Cell("D12").Style.Font.FontName = "TH SarabunPSK"; diff --git a/bin/Debug/net5.0/rmutr-report.dll b/bin/Debug/net5.0/rmutr-report.dll index 5f8065e..eaadc07 100644 Binary files a/bin/Debug/net5.0/rmutr-report.dll and b/bin/Debug/net5.0/rmutr-report.dll differ diff --git a/bin/Debug/net5.0/rmutr-report.pdb b/bin/Debug/net5.0/rmutr-report.pdb index 92ede88..b8ac87b 100644 Binary files a/bin/Debug/net5.0/rmutr-report.pdb and b/bin/Debug/net5.0/rmutr-report.pdb differ diff --git a/obj/Debug/net5.0/ref/rmutr-report.dll b/obj/Debug/net5.0/ref/rmutr-report.dll index d8c6428..049b16c 100644 Binary files a/obj/Debug/net5.0/ref/rmutr-report.dll and b/obj/Debug/net5.0/ref/rmutr-report.dll differ diff --git a/obj/Debug/net5.0/refint/rmutr-report.dll b/obj/Debug/net5.0/refint/rmutr-report.dll index d8c6428..049b16c 100644 Binary files a/obj/Debug/net5.0/refint/rmutr-report.dll and b/obj/Debug/net5.0/refint/rmutr-report.dll differ diff --git a/obj/Debug/net5.0/rmutr-report.dll b/obj/Debug/net5.0/rmutr-report.dll index 5f8065e..eaadc07 100644 Binary files a/obj/Debug/net5.0/rmutr-report.dll and b/obj/Debug/net5.0/rmutr-report.dll differ diff --git a/obj/Debug/net5.0/rmutr-report.pdb b/obj/Debug/net5.0/rmutr-report.pdb index 92ede88..b8ac87b 100644 Binary files a/obj/Debug/net5.0/rmutr-report.pdb and b/obj/Debug/net5.0/rmutr-report.pdb differ