mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Merge pull request #31000 from frappe/mergify/bp/version-13-hotfix/pr-30894
chore: added RFQ Link to Opportunity Dashboard (backport #30894)
This commit is contained in:
@@ -2,6 +2,6 @@ def get_data():
|
|||||||
return {
|
return {
|
||||||
"fieldname": "opportunity",
|
"fieldname": "opportunity",
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{"items": ["Quotation", "Supplier Quotation"]},
|
{"items": ["Quotation", "Request for Quotation", "Supplier Quotation"]},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user