diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html index 3bd6ad30d08..fae55f32644 100644 --- a/erpnext/templates/pages/order.html +++ b/erpnext/templates/pages/order.html @@ -63,9 +63,8 @@
{{ - _("Rate: {0}").decode("utf8").format(d.get_formatted("rate")) }}
+ _("Rate: {0}").format(d.get_formatted("rate")) }}