fix: add party type for dynamic link support

(cherry picked from commit b925469c4d)
This commit is contained in:
Smit Vora
2026-04-22 12:06:38 +05:30
committed by Mergify
parent 6392126ca5
commit c6d4802857

View File

@@ -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",