This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user