commit | 0e7c4314b40b98efc144f2f5491fde2e16c40d46 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Mon Aug 01 14:03:12 2022 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Mon Aug 01 14:03:12 2022 +0530 |
tree | 2f9eca51980a089683f97a0afb34bfca34ea8b95 | |
parent | 1a2ffc7c6e2daeb35ea8e93b2820ad0d61d5fa0f [diff] |
fix: minor changed link
diff --git a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py index f319506..3ef57bb 100644 --- a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +++ b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
@@ -112,7 +112,7 @@ 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