From d07a75bb70cbe18afc880ecda237e2e4683e7777 Mon Sep 17 00:00:00 2001 From: Robert Down Date: Tue, 3 Jun 2025 00:05:52 -0400 Subject: [PATCH] Update room.json Set show title field in link to 1 so Room numbers show instead of naming series --- education/education/doctype/room/room.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/education/doctype/room/room.json b/education/education/doctype/room/room.json index 358d3198..68f84f72 100644 --- a/education/education/doctype/room/room.json +++ b/education/education/doctype/room/room.json @@ -152,10 +152,11 @@ "read_only_onload": 0, "restrict_to_domain": "", "show_name_in_global_search": 0, + "show_title_field_in_link": 1, "sort_field": "modified", "sort_order": "DESC", "title_field": "room_name", "track_changes": 0, "track_seen": 0, "track_views": 0 -} \ No newline at end of file +}