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

View File

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