mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 10:08:30 +00:00
fix: add party type for dynamic link support
(cherry picked from commit b925469c4d)
This commit is contained in:
@@ -8,10 +8,11 @@ from erpnext.accounts.utils import get_fiscal_year
|
||||
|
||||
|
||||
class TDSComputationSummaryReport(TaxWithholdingDetailsReport):
|
||||
GROUP_BY_FIELDS = ("party", "tax_withholding_category")
|
||||
GROUP_BY_FIELDS = ("party_type", "party", "tax_withholding_category")
|
||||
CARRY_OVER_FIELDS = (
|
||||
"tax_id",
|
||||
"party",
|
||||
"party_type",
|
||||
"party_name",
|
||||
"tax_withholding_category",
|
||||
"party_entity_type",
|
||||
|
||||
Reference in New Issue
Block a user