Browse Source

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

master
cyril.tsui 1 month ago
parent
commit
5bbb441237
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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"
+ " ),"


Loading…
Cancel
Save