Add ง4 v_1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-09-24 11:07:23 +07:00
parent ad34df712d
commit 70b81462ed
15 changed files with 2116 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ namespace rmutr_report.Controllers
var _building_fours = new List<building_four>() { building_fours };
Report report = new Report();
report.Load(_setting.report_path + "building_fours.frx");
report.Load(_setting.report_path + "building_fours_v1.frx");
report.RegisterData(_building_fours, "building_four");
report.Prepare();