mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
Merge pull request #50502 from aerele/add-purchase-invoice-link-field
This commit is contained in:
@@ -18,6 +18,9 @@ def get_data():
|
|||||||
"Purchase Order": ["items", "purchase_order"],
|
"Purchase Order": ["items", "purchase_order"],
|
||||||
"Project": ["items", "project"],
|
"Project": ["items", "project"],
|
||||||
},
|
},
|
||||||
|
"internal_and_external_links": {
|
||||||
|
"Purchase Invoice": ["items", "purchase_invoice"],
|
||||||
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{
|
{
|
||||||
"label": _("Related"),
|
"label": _("Related"),
|
||||||
|
|||||||
Reference in New Issue
Block a user