mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 16:56:57 +00:00
Merge pull request #32898 from frappe/mergify/bp/version-14-hotfix/pr-32888
chore: link SCR Return in SCR Dashboard (backport #32888)
This commit is contained in:
@@ -4,6 +4,9 @@ from frappe import _
|
||||
def get_data():
|
||||
return {
|
||||
"fieldname": "subcontracting_receipt_no",
|
||||
"non_standard_fieldnames": {
|
||||
"Subcontracting Receipt": "return_against",
|
||||
},
|
||||
"internal_links": {
|
||||
"Subcontracting Order": ["items", "subcontracting_order"],
|
||||
"Project": ["items", "project"],
|
||||
@@ -11,5 +14,6 @@ def get_data():
|
||||
},
|
||||
"transactions": [
|
||||
{"label": _("Reference"), "items": ["Subcontracting Order", "Quality Inspection", "Project"]},
|
||||
{"label": _("Returns"), "items": ["Subcontracting Receipt"]},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user