mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 04:45:09 +00:00
committed by
Mergify
parent
26aef4fb1c
commit
e9e53a74c9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user