mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
feat(Asset Repair): Remove 'Assign To'
This commit is contained in:
@@ -13,8 +13,6 @@
|
|||||||
"asset_name",
|
"asset_name",
|
||||||
"section_break_5",
|
"section_break_5",
|
||||||
"failure_date",
|
"failure_date",
|
||||||
"assign_to",
|
|
||||||
"assign_to_name",
|
|
||||||
"column_break_6",
|
"column_break_6",
|
||||||
"completion_date",
|
"completion_date",
|
||||||
"repair_status",
|
"repair_status",
|
||||||
@@ -62,20 +60,6 @@
|
|||||||
"label": "Failure Date",
|
"label": "Failure Date",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"allow_on_submit": 1,
|
|
||||||
"fieldname": "assign_to",
|
|
||||||
"fieldtype": "Link",
|
|
||||||
"label": "Assign To",
|
|
||||||
"options": "User"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"allow_on_submit": 1,
|
|
||||||
"fetch_from": "assign_to.full_name",
|
|
||||||
"fieldname": "assign_to_name",
|
|
||||||
"fieldtype": "Read Only",
|
|
||||||
"label": "Assign To Name"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "column_break_6",
|
"fieldname": "column_break_6",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
@@ -218,7 +202,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-05-12 21:03:59.032864",
|
"modified": "2021-05-12 21:09:27.994356",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Assets",
|
"module": "Assets",
|
||||||
"name": "Asset Repair",
|
"name": "Asset Repair",
|
||||||
|
|||||||
Reference in New Issue
Block a user