Merge pull request #31751 from frappe/mergify/bp/version-13-hotfix/pr-31750

fix: minor URL link (backport #31750)
This commit is contained in:
rohitwaghchaure
2022-08-01 14:34:12 +05:30
committed by GitHub

View File

@@ -113,7 +113,7 @@ class RequestforQuotation(BuyingController):
def get_link(self):
# RFQ link for supplier portal
return get_url("/rfq/" + self.name)
return get_url("/app/request-for-quotation/" + self.name)
def update_supplier_part_no(self, supplier):
self.vendor = supplier