mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +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):
|
class TDSComputationSummaryReport(TaxWithholdingDetailsReport):
|
||||||
GROUP_BY_FIELDS = ("party", "tax_withholding_category")
|
GROUP_BY_FIELDS = ("party_type", "party", "tax_withholding_category")
|
||||||
CARRY_OVER_FIELDS = (
|
CARRY_OVER_FIELDS = (
|
||||||
"tax_id",
|
"tax_id",
|
||||||
"party",
|
"party",
|
||||||
|
"party_type",
|
||||||
"party_name",
|
"party_name",
|
||||||
"tax_withholding_category",
|
"tax_withholding_category",
|
||||||
"party_entity_type",
|
"party_entity_type",
|
||||||
|
|||||||
Reference in New Issue
Block a user