From 8cc3df7c2c77d55ee6cea85b67b045f8c35c9668 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:41:01 +0200 Subject: [PATCH] feat(RFQ): make sending attachments configurable (#36359) --- .../request_for_quotation/request_for_quotation.json | 10 +++++++++- .../request_for_quotation/request_for_quotation.py | 4 +++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.json b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.json index 394a5c7514..158334f963 100644 --- a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.json +++ b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.json @@ -24,6 +24,7 @@ "preview", "col_break_email_1", "html_llwp", + "send_attached_files", "sec_break_email_2", "message_for_supplier", "terms_section_break", @@ -273,13 +274,20 @@ "fieldtype": "HTML", "options": "
In your Email Template, you can use the following special variables:\n
\n{{ update_password_link }}
: A link where your supplier can set a new password to log into your portal.\n {{ portal_link }}
: A link to this RFQ in your supplier portal.\n {{ supplier_name }}
: The company name of your supplier.\n {{ contact.salutation }} {{ contact.last_name }}
: The contact person of your supplier.\n {{ user_fullname }}
: Your full name.\n Apart from these, you can access all values in this RFQ, like {{ message_for_supplier }}
or {{ terms }}
.