Преглед изворни кода

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

master
cyril.tsui пре 1 месец
родитељ
комит
5bbb441237
1 измењених фајлова са 1 додато и 1 уклоњено
  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 Прегледај датотеку

@@ -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…
Откажи
Сачувај