Merge pull request #31914 from frappe/mergify/bp/develop/pr-31894
fix: TDS calculation for advance payment (backport #31894)
This commit is contained in:
commit
8cb7567fd3
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user