add color font frx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-11-25 17:32:27 +07:00
parent 2aa5821fff
commit e298ba30cb
2 changed files with 202 additions and 1 deletions

View File

@@ -2893,7 +2893,7 @@ namespace rmutr_report.Controllers
}
if (type=="xls"||type=="xlsx")
{
report.Load(_setting.report_path + "budget_expenditure_report_from_revenue_excel2.frx");
report.Load(_setting.report_path + "budget_expenditure_report_from_revenue_excel2_color.frx");
report.RegisterData(budgetExpenditure, "budget_expenditure_report_from_revenue_v2");
report.Prepare();