diff --git a/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.py b/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.py index 7d562d6c57f..d56f5b660f6 100644 --- a/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.py +++ b/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.py @@ -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