diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html index 73763921f8..046e6f6f04 100644 --- a/erpnext/templates/pages/order.html +++ b/erpnext/templates/pages/order.html @@ -53,8 +53,10 @@
{{ - _("Rate: {0}").format(d.get_formatted("rate")) }}
+ _("Rate: {0}").decode("utf8").format(d.get_formatted("rate")) }}