commit | f06c166ee44d4646f10b1ae1b7536782eefef530 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Tue Mar 02 17:49:13 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Mar 02 17:49:13 2021 +0530 |
tree | 26d45a3e214f5d01a3abf7f05a3ba1c34655fa77 | |
parent | b27d4f6095686b36e0c15e325bec0719d0265b4d [diff] | |
parent | 810a36105ca10d555e7f92c3870199cf5af98710 [diff] |
Merge pull request #24773 from UrvashiKishnani/patch-1 fix: GL Entries for AP/AR Summary
diff --git a/erpnext/accounts/party.py b/erpnext/accounts/party.py index 38b2284..e01cb6e 100644 --- a/erpnext/accounts/party.py +++ b/erpnext/accounts/party.py
@@ -617,6 +617,7 @@ FROM `tabGL Entry` WHERE party_type = %s and against_voucher is null + and is_cancelled = 0 and {1} GROUP BY party""" .format(("credit") if party_type == "Customer" else "debit", cond) , party_type)