Merge pull request #50641 from frappe/mergify/bp/version-15-hotfix/pr-50502

fix(purchase_receipt): add internal_and_external_links field to show … (backport #50502)
This commit is contained in:
Mihir Kandoi
2025-11-20 15:45:43 +05:30
committed by GitHub

View File

@@ -18,6 +18,9 @@ def get_data():
"Purchase Order": ["items", "purchase_order"],
"Project": ["items", "project"],
},
"internal_and_external_links": {
"Purchase Invoice": ["items", "purchase_invoice"],
},
"transactions": [
{
"label": _("Related"),