Parcourir la source

update fincancial year

add_swagger
MSI\2Fi il y a 10 mois
Parent
révision
898ebd5af5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt

+ 1
- 1
src/main/java/com/ffii/tsms/modules/report/service/ReportService.kt Voir le fichier

@@ -2940,7 +2940,7 @@ open class ReportService(


val monthRange: MutableList<Map<String, Any>> = ArrayList()
val financialYears = getHalfYearFinancialPeriods(queryStartMonth, queryEndMonth, 1)
val financialYears = getHalfYearFinancialPeriods(queryStartMonth, queryEndMonth, 10)

var currentDate = startDate
if (currentDate == endDate) {


Chargement…
Annuler
Enregistrer