mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
Merge pull request #48898 from mihir-kandoi/st45012
fix: remove incorrect references from stock entry dashboard/connections tab
This commit is contained in:
@@ -8,20 +8,7 @@ def get_data():
|
|||||||
"non_standard_fieldnames": {
|
"non_standard_fieldnames": {
|
||||||
"Stock Reservation Entry": "from_voucher_no",
|
"Stock Reservation Entry": "from_voucher_no",
|
||||||
},
|
},
|
||||||
"internal_links": {
|
|
||||||
"Purchase Order": ["items", "purchase_order"],
|
|
||||||
"Subcontracting Order": ["items", "subcontracting_order"],
|
|
||||||
"Subcontracting Receipt": ["items", "subcontracting_receipt"],
|
|
||||||
},
|
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{
|
|
||||||
"label": _("Reference"),
|
|
||||||
"items": [
|
|
||||||
"Purchase Order",
|
|
||||||
"Subcontracting Order",
|
|
||||||
"Subcontracting Receipt",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{"label": _("Stock Reservation"), "items": ["Stock Reservation Entry"]},
|
{"label": _("Stock Reservation"), "items": ["Stock Reservation Entry"]},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user