fix: Remove unintended changes

This commit is contained in:
Deepesh Garg
2021-07-25 21:27:56 +05:30
parent c908add82e
commit 12c3e5dfd6

View File

@@ -82,7 +82,6 @@ class ExchangeRateRevaluation(Document):
from `tabGL Entry`
where account in (%s)
and posting_date <= %s
and is_cancelled = 0
group by account, party_type, party
having sum(debit) != sum(credit)
order by account