fix: minor changed link

(cherry picked from commit 0e7c4314b4)
This commit is contained in:
Rohit Waghchaure
2022-08-01 14:03:12 +05:30
committed by Mergify
parent 26aef4fb1c
commit e9e53a74c9

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