commit | 4b9238a03b303b1be0ddf48c79d7ada39c5e70fe | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu May 12 15:22:59 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu May 12 15:23:17 2016 +0530 |
tree | 40767585b8fc9589662840ffedc5e8ed19270f52 | |
parent | 825070e50460143809714741a84c4b8cff185110 [diff] [blame] |
[cleanup] homepage
diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html index 98f7431..61b4546 100644 --- a/erpnext/templates/pages/order.html +++ b/erpnext/templates/pages/order.html
@@ -59,7 +59,7 @@ <div class="col-sm-2 col-xs-3 text-right"> {{ d.get_formatted("amount") }} <p class="text-muted small">{{ - _("Rate: {0}").format(d.get_formatted("rate")) }}</p> + _("@ {0}").format(d.get_formatted("rate")) }}</p> </div> </div> {% endfor %}