commit | 590e91bb80d919cd7743e0368d710c4ed4663eaf | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Mon Aug 01 14:31:09 2022 +0530 |
committer | GitHub <noreply@github.com> | Mon Aug 01 14:31:09 2022 +0530 |
tree | 2f9eca51980a089683f97a0afb34bfca34ea8b95 | |
parent | 1a2ffc7c6e2daeb35ea8e93b2820ad0d61d5fa0f [diff] | |
parent | 0e7c4314b40b98efc144f2f5491fde2e16c40d46 [diff] |
Merge pull request #31750 from rohitwaghchaure/minor-fix-change-link fix: minor URL 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