Merge pull request #31914 from frappe/mergify/bp/develop/pr-31894

fix: TDS calculation for advance payment (backport #31894)
This commit is contained in:
Deepesh Garg 2022-08-22 10:31:30 +05:30 committed by GitHub
commit 8cb7567fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,7 +318,6 @@ def get_advance_vouchers(
"is_cancelled": 0, "is_cancelled": 0,
"party_type": party_type, "party_type": party_type,
"party": ["in", parties], "party": ["in", parties],
"against_voucher": ["is", "not set"],
} }
if company: if company: