mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-29 09:01:14 +02:00
fix: broken advance field in Accounts Receivable summary rpt
(cherry picked from commit 896b123fb1)
This commit is contained in:
@@ -912,7 +912,7 @@ def get_partywise_advanced_payment_amount(
|
|||||||
if party:
|
if party:
|
||||||
query = query.where(gle.party == party)
|
query = query.where(gle.party == party)
|
||||||
|
|
||||||
data = query.run(as_dict=True)
|
data = query.run()
|
||||||
if data:
|
if data:
|
||||||
return frappe._dict(data)
|
return frappe._dict(data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user