Ver a proveniência

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

master
cyril.tsui há 1 mês
ascendente
cometimento
5bbb441237
1 ficheiros alterados com 1 adições e 1 eliminações
  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 Ver ficheiro

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


Carregando…
Cancelar
Guardar