|
@@ -2940,7 +2940,7 @@ open class ReportService( |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
val monthRange: MutableList<Map<String, Any>> = ArrayList() |
|
|
val monthRange: MutableList<Map<String, Any>> = ArrayList() |
|
|
val financialYears = getHalfYearFinancialPeriods(queryStartMonth, queryEndMonth, 1) |
|
|
|
|
|
|
|
|
val financialYears = getHalfYearFinancialPeriods(queryStartMonth, queryEndMonth, 10) |
|
|
|
|
|
|
|
|
var currentDate = startDate |
|
|
var currentDate = startDate |
|
|
if (currentDate == endDate) { |
|
|
if (currentDate == endDate) { |
|
|