fix: minor changed link

This commit is contained in:
Rohit Waghchaure 2022-08-01 14:03:12 +05:30
parent 1a2ffc7c6e
commit 0e7c4314b4

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