From 552bbb1d4657352934e1de7120d94078a69c4ae7 Mon Sep 17 00:00:00 2001
From: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Date: Thu, 17 Aug 2023 08:34:05 +0200
Subject: [PATCH] fix(RFQ): make "update password" and "submit quotation"
buttons the same size (#36667)
fix(RFQ): button styling
---
.../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 e9385777e5..56840c11a6 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,
}
)