Skip to content

Commit

Permalink
fix: amount label according to party type
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c8d103)
  • Loading branch information
GursheenK authored and mergify[bot] committed Feb 26, 2024
1 parent 27703b5 commit d541ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def get_columns(filters):
"width": 120,
},
{
"label": _("Tax Amount"),
"label": _("TDS Amount") if filters.get("party_type") == "Supplier" else _("TCS Amount"),
"fieldname": "tax_amount",
"fieldtype": "Float",
"width": 120,
Expand Down

0 comments on commit d541ba3

Please sign in to comment.