How can l hide currency symbol in sales item table on rates column and amount column
not that one , this one is showing in all fields in the rate column and amount column l want it like this in picture below , it should only show in the fields listed in red below
hi @francis1
If you are using a custom print format, you use {{ row.get_formatted(“rate”, doc) }} and {{ row.get_formatted(“amount”, doc) }} inside the item loop to get the value with currency
You could use {{ row.rate }} and {{ row.amount }} instead to get only the value