Skip to content

Commit

Permalink
Fixed the issue where paid rent was not visible in the dashboard chart
Browse files Browse the repository at this point in the history
  • Loading branch information
burakpadr committed Jul 10, 2024
1 parent 1ce80ce commit 78238d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public List<RentalIncomeStatistic.MonthlyStatisticElement> calculateRentRevenueB
pd.invoice_id = i.id
WHERE
i.type = 'RENT_PAYMENT'
AND i.is_published = true
AND i.is_deleted = false
AND pd.approvement_status = 'APPROVED'
AND date_part('year', pd.last_modified_date) = date_part('year', NOW())
Expand Down

0 comments on commit 78238d4

Please sign in to comment.