mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 13:42:10 +01:00
fix: add internal link field in Sales Order connections for internal transactions
(cherry picked from commit e3e6503076)
This commit is contained in:
@@ -17,6 +17,7 @@ def get_data():
|
|||||||
"Quotation": ["items", "prevdoc_docname"],
|
"Quotation": ["items", "prevdoc_docname"],
|
||||||
"BOM": ["items", "bom_no"],
|
"BOM": ["items", "bom_no"],
|
||||||
"Blanket Order": ["items", "blanket_order"],
|
"Blanket Order": ["items", "blanket_order"],
|
||||||
|
"Purchase Order": ["items", "purchase_order"],
|
||||||
},
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user