Hai..
 
	 
 
	Is there any way to modify the decimal point on email?
 
	The decimal works on the PDF file, but seems not in the email. I attached the screenshot of both invoice on email and pdf.
 
	Here is my email template..
 
	 
 
Hi {contact.first_name},
An invoice has been created for your account and is attached to this email in PDF format.
{% for invoice in invoices %}
Invoice #: {invoice.id_code}
=============================
{% for line_items in invoice.line_items %}
Service: {line_items.description}
Quantity: {line_items.qty}
Price: {line_items.amount | currency_format transaction.currency}
 
{% endfor %}
=============================
{% endfor %}
	 
 
	Currently I'm using version 5.2.1
 
	Thank you.
 
	 
 
	Regards,
 
	Wira