Resize A4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-08-27 13:30:20 +07:00
parent 3334b4cb0b
commit 7e05f00fd3
16 changed files with 14 additions and 30 deletions

View File

@@ -2880,11 +2880,11 @@ namespace rmutr_report.Controllers
Report report = new Report();
foreach (var d in detail)
{
if (d.row<=110)
if (d.row<=120)
{
report.Load(_setting.report_path + "budget_expenditure_report_from_revenue_v2.frx");
}
if (d.row>110)
if (d.row>120)
{
report.Load(_setting.report_path + "budget_expenditure_report_from_revenue_v3.frx");
}