How to remove currency in printout

Hi,

How to remove currency in the printout?

we are using the code below, but in printing we do not want the currency to display

{{frappe.utils.money_in_words(doc.base_paid_amount or doc.base_received_amount)}}

Thank you

Hi ossphinc,

Would like to mention that the below provided solution is to remove symbol from all transaction forms within the setup.

For removing currency within all transaction form in the printout section can be done by following the steps of screenshot provided given below :-

Go to “Global Defaults” and then select the option YES in the Hide Currency Symbol section.

After doing this the currency will be removed from printout of the all transaction forms.

Hope this helps…!!!

1 Like

I already set the global default to YES but still nothing happens

do you want to remove currency or currency symbol?

the currency symbol

Hi, How to remove Currency Symbol from Print out , i used {{frappe.utils.money_in_words}} function