mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +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": {
|
"non_standard_fieldnames": {
|
||||||
# "DocType Name": "Reference field name",
|
# "DocType Name": "Reference field name",
|
||||||
},
|
},
|
||||||
"internal_links": {
|
|
||||||
"Purchase Order": ["items", "purchase_order"],
|
|
||||||
"Subcontracting Order": ["items", "subcontracting_order"],
|
|
||||||
"Subcontracting Receipt": ["items", "subcontracting_receipt"],
|
|
||||||
},
|
|
||||||
"transactions": [
|
"transactions": [
|
||||||
|
<<<<<<< HEAD
|
||||||
{
|
{
|
||||||
"label": _("Reference"),
|
"label": _("Reference"),
|
||||||
"items": [
|
"items": [
|
||||||
@@ -22,5 +18,8 @@ def get_data():
|
|||||||
"Subcontracting Receipt",
|
"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