Merge pull request #31750 from rohitwaghchaure/minor-fix-change-link

fix: minor URL link
This commit is contained in:
rohitwaghchaure 2022-08-01 14:31:09 +05:30 committed by GitHub
commit 590e91bb80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,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