mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +00:00
fix(Asset Repair): Fetch 'Asset Name' when 'Asset' is selected
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
"reqd": 1
|
||||
},
|
||||
{
|
||||
"fetch_from": "asset.asset_name",
|
||||
"fieldname": "asset_name",
|
||||
"fieldtype": "Read Only",
|
||||
"label": "Asset Name"
|
||||
@@ -235,7 +236,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
"modified": "2021-05-13 05:11:42.550016",
|
||||
"modified": "2021-05-13 05:55:16.131448",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Assets",
|
||||
"name": "Asset Repair",
|
||||
|
||||
Reference in New Issue
Block a user