mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
fix: Remove unintended changes
This commit is contained in:
@@ -82,7 +82,6 @@ class ExchangeRateRevaluation(Document):
|
|||||||
from `tabGL Entry`
|
from `tabGL Entry`
|
||||||
where account in (%s)
|
where account in (%s)
|
||||||
and posting_date <= %s
|
and posting_date <= %s
|
||||||
and is_cancelled = 0
|
|
||||||
group by account, party_type, party
|
group by account, party_type, party
|
||||||
having sum(debit) != sum(credit)
|
having sum(debit) != sum(credit)
|
||||||
order by account
|
order by account
|
||||||
|
|||||||
Reference in New Issue
Block a user