From 12c3e5dfd6268ed56aad7ba4404a3833979c1aeb Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Sun, 25 Jul 2021 21:27:56 +0530 Subject: [PATCH] fix: Remove unintended changes --- .../exchange_rate_revaluation/exchange_rate_revaluation.py | 1 - 1 file changed, 1 deletion(-) 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