mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
fix: remove incorrect references from stock entry dashboard/connections tab
(cherry picked from commit 6d82e3cc28)
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry_dashboard.py
This commit is contained in:
@@ -8,12 +8,8 @@ def get_data():
|
||||
"non_standard_fieldnames": {
|
||||
# "DocType Name": "Reference field name",
|
||||
},
|
||||
"internal_links": {
|
||||
"Purchase Order": ["items", "purchase_order"],
|
||||
"Subcontracting Order": ["items", "subcontracting_order"],
|
||||
"Subcontracting Receipt": ["items", "subcontracting_receipt"],
|
||||
},
|
||||
"transactions": [
|
||||
<<<<<<< HEAD
|
||||
{
|
||||
"label": _("Reference"),
|
||||
"items": [
|
||||
@@ -22,5 +18,8 @@ def get_data():
|
||||
"Subcontracting Receipt",
|
||||
],
|
||||
},
|
||||
=======
|
||||
{"label": _("Stock Reservation"), "items": ["Stock Reservation Entry"]},
|
||||
>>>>>>> 6d82e3cc28 (fix: remove incorrect references from stock entry dashboard/connections tab)
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user