Parcourir la source

[Revert changes] Revert changes of 10/10 (FinancialStatus)

master
cyril.tsui il y a 1 mois
Parent
révision
5bbb441237
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

@@ -2229,7 +2229,7 @@ open class ReportService(
+ " left join project p on p.code = i.projectCode"
+ " where i.deleted = false "
+ " and p.deleted = false "
// + " and i.invoiceDate >= :startMonth"
+ " and i.invoiceDate >= :startMonth" // Revert to initial
+ " and i.invoiceDate <= :endMonth "
+ " group by p.code"
+ " ),"


Chargement…
Annuler
Enregistrer