[Fixes] Supplier can view their addresses, default buying price list issue
diff --git a/erpnext/templates/pages/rfq.html b/erpnext/templates/pages/rfq.html
index dfbbbc9..e4dc4e6 100644
--- a/erpnext/templates/pages/rfq.html
+++ b/erpnext/templates/pages/rfq.html
@@ -64,7 +64,7 @@
<div class="row grand-total-row">
<div class="col-xs-10 text-right">{{ _("Grand Total") }}</div>
<div class="col-xs-2 text-right">
- {{doc.currency_symbol}} <span class="tax-grand-total">0.0</span>
+ {{doc.currency_symbol}} <span class="tax-grand-total">0.0</span>
</div>
</div>
{% endif %}