From 36147ec02c595971dfcb73ec471bf726cad1997e Mon Sep 17 00:00:00 2001
From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com>
Date: Thu, 17 Aug 2023 16:00:17 +0530
Subject: [PATCH] fix(RFQ): make "update password" and "submit quotation"
buttons the same size (backport #36667) (#36686)
fix(RFQ): make "update password" and "submit quotation" buttons the same size (#36667)
fix(RFQ): button styling
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
---
.../doctype/request_for_quotation/request_for_quotation.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
index e9385777e5d..56840c11a6e 100644
--- a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
+++ b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
@@ -193,7 +193,7 @@ class RequestforQuotation(BuyingController):
"supplier": data.get("supplier"),
"supplier_name": data.get("supplier_name"),
"update_password_link": f'{_("Set Password")}',
- "portal_link": f' {_("Submit your Quotation")} ',
+ "portal_link": f' {_("Submit your Quotation")} ',
"user_fullname": full_name,
}
)