diff --git a/Controllers/Personnel.Controller.cs b/Controllers/Personnel.Controller.cs index 9c1d662..32974f0 100644 --- a/Controllers/Personnel.Controller.cs +++ b/Controllers/Personnel.Controller.cs @@ -4285,7 +4285,7 @@ namespace rmutr_report.Controllers ws.Cell("A12").Style.Font.FontName = "TH SarabunPSK"; ws.Cell("A12").Style.Font.FontSize = 16; ws.Cell("A12").Style.Font.Bold = true; - ws.Cell("B12").Value = personnel.act_old1; + ws.Cell("B12").Value = personnel.budget1; ws.Cell("B12").Style.NumberFormat.Format = "#,##0.0000"; ws.Cell("B12").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right; ws.Cell("B12").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center; @@ -4366,7 +4366,7 @@ namespace rmutr_report.Controllers ws.Cell("A13").Style.Font.FontName = "TH SarabunPSK"; ws.Cell("A13").Style.Font.FontSize = 16; ws.Cell("A13").Style.Font.Bold = true; - ws.Cell("B13").Value = personnel.act_old2; + ws.Cell("B13").Value = personnel.budget2; ws.Cell("B13").Style.NumberFormat.Format = "#,##0.0000"; ws.Cell("B13").Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right; ws.Cell("B13").Style.Alignment.Vertical = XLAlignmentVerticalValues.Center;