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

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