mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
Merge pull request #31915 from frappe/mergify/bp/version-14-hotfix/pr-31894
fix: TDS calculation for advance payment (backport #31894)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user