[fix] value returned by frappe._ will always be unicode
diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html
index 3bd6ad3..fae55f3 100644
--- a/erpnext/templates/pages/order.html
+++ b/erpnext/templates/pages/order.html
@@ -63,9 +63,8 @@
             </div>
             <div class="col-sm-2 col-xs-3 text-right">
                 {{ d.get_formatted("amount")	 }}
-				{# output of get_formatted("rate") is unicode, to replace unicode use _("text {0}").decode("utf8").format(val) #}
                 <p class="text-muted small">{{
-                    _("Rate: {0}").decode("utf8").format(d.get_formatted("rate")) }}</p>
+                    _("Rate: {0}").format(d.get_formatted("rate")) }}</p>
             </div>
         </div>
         {% endfor %}
@@ -83,7 +82,7 @@
 <div class="cart-taxes row small">
     <div class="col-sm-8"><!-- empty --></div>
     <div class="col-sm-4">
-        {% if (doc.doctype=="Sales Order" and doc.per_billed <= 0) 
+        {% if (doc.doctype=="Sales Order" and doc.per_billed <= 0)
 			or (doc.doctype=="Sales Invoice" and doc.outstanding_amount > 0) %}
 		<div class="page-header-actions-block" data-html-block="header-actions">
 			<p>