fix: remove cancelled payment entry from Payment Period Based On Invoice Date

(cherry picked from commit a2a8a8f2e0c7ca3f62c31ac8834e5a6053aeb87d)
This commit is contained in:
Nihantra C. Patel 2024-02-09 16:13:44 +05:30 committed by Mergify
parent a3ddd326d6
commit 72da3083e6

View File

@ -163,7 +163,7 @@ def get_entries(filters):
"""select
voucher_type, voucher_no, party_type, party, posting_date, debit, credit, remarks, against_voucher
from `tabGL Entry`
where company=%(company)s and voucher_type in ('Journal Entry', 'Payment Entry') {0}
where company=%(company)s and voucher_type in ('Journal Entry', 'Payment Entry') {0} and is_cancelled = 0
""".format(
get_conditions(filters)
),