commit | 8c6e341a715a35a5b2942d48d9321ad7aee72750 | [log] [tgz] |
---|---|---|
author | Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com> | Fri Nov 17 14:18:16 2023 +0530 |
committer | GitHub <noreply@github.com> | Fri Nov 17 14:18:16 2023 +0530 |
tree | c04e98ff3a0fe97e91a9e5040a31388220d2069b | |
parent | 7e43d7b1312fd665bdcde7db7c67d192f746e60a [diff] | |
parent | b27af6b5c85a99d22060ac85b9ba37893317bfbb [diff] |
Merge pull request #38144 from GursheenK/tax-report-party-without-naming-series fix(minor): show party instead of party name where naming series not set
diff --git a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py index 06c9e44..f6c7bd3 100644 --- a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py +++ b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py
@@ -184,6 +184,16 @@ "width": 180, } ) + else: + columns.append( + { + "label": _(filters.get("party_type")), + "fieldname": "party", + "fieldtype": "Dynamic Link", + "options": "party_type", + "width": 180, + } + ) columns.extend( [