mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
fix: add Stock Entry link to Asset Repair doctype.
(cherry picked from commit da7f28a3c3)
This commit is contained in:
@@ -260,8 +260,13 @@
|
|||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [
|
||||||
"modified": "2025-11-04 23:06:43.644846",
|
{
|
||||||
|
"link_doctype": "Stock Entry",
|
||||||
|
"link_fieldname": "asset_repair"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"modified": "2025-11-28 13:04:34.921098",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Assets",
|
"module": "Assets",
|
||||||
"name": "Asset Repair",
|
"name": "Asset Repair",
|
||||||
|
|||||||
Reference in New Issue
Block a user