commit | 8cb7567fd3572b8d9c65aa38569f12deda8dfbaf | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Aug 22 10:31:30 2022 +0530 |
committer | GitHub <noreply@github.com> | Mon Aug 22 10:31:30 2022 +0530 |
tree | f07010011f046ef89c350a572300ecf44f5fc409 | |
parent | 588ca68171ed8c8f65d9a6c27323e29a2ac30e94 [diff] | |
parent | 42de9ca49e6d615b58494930d7373327ce81a2d2 [diff] |
Merge pull request #31914 from frappe/mergify/bp/develop/pr-31894 fix: TDS calculation for advance payment (backport #31894)
diff --git a/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py b/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py index a519d8b..6004e2b 100644 --- a/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py +++ b/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py
@@ -318,7 +318,6 @@ "is_cancelled": 0, "party_type": party_type, "party": ["in", parties], - "against_voucher": ["is", "not set"], } if company: