How to change the Label of a column

I wanted to change the label of one column in Purchase invoice the column heading is Discount
I have a requirement to change it from “Discount” to “Less”
Please guide me ASAP

You can use a custom theme to do this, but is it worth the effort?

I am sure your customers will understand that you are giving them a reduction from the list price

Sorry, I misread your post.

Why do you care what it says in the headings in a Purchase Invoice - all you are doing is recording what you supplier is charging you?

Not an easy task dear. :wink:

Actually I wanted the Output to be displayed with Column Head as Less
I was able to do with custom theme. Line No. 40
{{ column.label | replace: “Discount”, “Less” }}

Thanks All

1 Like

Read the 1st line of the 2nd post.