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