From 6e389605d931c13ee636c7df506555eeeaa1b31a Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Fri, 4 Aug 2023 16:35:52 +0700 Subject: [PATCH] bug fixed --- Models/RoReport/revenue_estimate_education_fee.cs | 2 +- wwwroot/reports/revenue_estimate_education_fee.frx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/RoReport/revenue_estimate_education_fee.cs b/Models/RoReport/revenue_estimate_education_fee.cs index 8f9e942..cc1ec3f 100644 --- a/Models/RoReport/revenue_estimate_education_fee.cs +++ b/Models/RoReport/revenue_estimate_education_fee.cs @@ -12,7 +12,6 @@ namespace rmutr_report.Models.RoThree public string budget_project_name_th { get; set; } public List data_1 { get; set; } public string side { get; set; } -public decimal? total_curriculum { get; set; } public decimal? total_revenue { get; set; } @@ -21,6 +20,7 @@ public decimal? total_revenue { get; set; } public class revenue_estimate_education_fee_detail1 { public string curriculum { get; set; } + public decimal? total_curriculum { get; set; } public List data_2 { get; set; } } diff --git a/wwwroot/reports/revenue_estimate_education_fee.frx b/wwwroot/reports/revenue_estimate_education_fee.frx index ae09ede..a0c938d 100644 --- a/wwwroot/reports/revenue_estimate_education_fee.frx +++ b/wwwroot/reports/revenue_estimate_education_fee.frx @@ -8,11 +8,11 @@ - +