fix: minor changed link
This commit is contained in:
parent
1a2ffc7c6e
commit
0e7c4314b4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user