mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
[cleanup] request for quotation cleanup
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<h3>{{_("Request for Quotation")}}</h3>
|
||||
<br>
|
||||
<p>{{ message }}</p>
|
||||
{% if update_password_link %}
|
||||
<p>{{_("Please click on the following link to set your new password")}}:</p>
|
||||
<p><a href="{{ update_password_link }}">{{ update_password_link }}</a></p>
|
||||
{% else %}
|
||||
<p>{{_("Request for quotation can be access by clicking following link")}}:</p>
|
||||
<p><a href="{{ rfq_link }}">{{ rfq_link }}</a></p>
|
||||
<p><a href="{{ rfq_link }}">Submit your Quotation</a></p>
|
||||
{% endif %}
|
||||
<p>{{_("Thank you")}},<br>
|
||||
{{ user_fullname }}</p>
|
||||
Reference in New Issue
Block a user