From bb298508bbb6be80387b1732b490cc9b946c4c45 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Wed, 12 Oct 2022 11:00:56 +0700 Subject: [PATCH] bug fixed --- Models/summary_of_equipment_five_year.cs | 4 +--- wwwroot/reports/summary_of_equipment_5_year.frx | 12 +++++------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Models/summary_of_equipment_five_year.cs b/Models/summary_of_equipment_five_year.cs index debeb7c..acf92b1 100644 --- a/Models/summary_of_equipment_five_year.cs +++ b/Models/summary_of_equipment_five_year.cs @@ -10,8 +10,6 @@ namespace rmutr_report.Models public string budget_year_3 { get; set; } public string budget_year_4 { get; set; } public string budget_year_5 { get; set; } - public decimal? amount { get; set; } - public string company { get; set; } public List data { get; set; } } @@ -29,7 +27,7 @@ namespace rmutr_report.Models public decimal? price_3 { get; set; } public decimal? price_4 { get; set; } public decimal? price_5 { get; set; } - public decimal? amount { get; set; } + public decimal? amount { get; set; } public string company { get; set; } public string description { get; set; } } diff --git a/wwwroot/reports/summary_of_equipment_5_year.frx b/wwwroot/reports/summary_of_equipment_5_year.frx index a2b58ac..109211d 100644 --- a/wwwroot/reports/summary_of_equipment_5_year.frx +++ b/wwwroot/reports/summary_of_equipment_5_year.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -44,8 +44,6 @@ namespace FastReport - - @@ -135,13 +133,13 @@ namespace FastReport - - + + - - + +