Merge pull request #40056 from frappe/mergify/bp/version-15-hotfix/pr-39831
fix: remove cancelled payment entry from Payment Period Based On Invoice Date (backport #39831)
This commit is contained in:
commit
8fef484f0f
@ -163,7 +163,7 @@ def get_entries(filters):
|
|||||||
"""select
|
"""select
|
||||||
voucher_type, voucher_no, party_type, party, posting_date, debit, credit, remarks, against_voucher
|
voucher_type, voucher_no, party_type, party, posting_date, debit, credit, remarks, against_voucher
|
||||||
from `tabGL Entry`
|
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') and is_cancelled = 0 {0}
|
||||||
""".format(
|
""".format(
|
||||||
get_conditions(filters)
|
get_conditions(filters)
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user