mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Merge pull request #31751 from frappe/mergify/bp/version-13-hotfix/pr-31750
fix: minor URL link (backport #31750)
This commit is contained in:
@@ -113,7 +113,7 @@ class RequestforQuotation(BuyingController):
|
|||||||
|
|
||||||
def get_link(self):
|
def get_link(self):
|
||||||
# RFQ link for supplier portal
|
# 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):
|
def update_supplier_part_no(self, supplier):
|
||||||
self.vendor = supplier
|
self.vendor = supplier
|
||||||
|
|||||||
Reference in New Issue
Block a user