mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
fix: Remove unintended changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user