From e53931e27a29e939a5833dcf3ee5a651d457f070 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Wed, 10 Jan 2024 10:58:17 +0100 Subject: [PATCH] feat(accounts): add preview for accounts --- erpnext/accounts/doctype/account/account.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/account/account.json b/erpnext/accounts/doctype/account/account.json index 78f73efff1..63911f5538 100644 --- a/erpnext/accounts/doctype/account/account.json +++ b/erpnext/accounts/doctype/account/account.json @@ -108,6 +108,7 @@ "fieldname": "parent_account", "fieldtype": "Link", "ignore_user_permissions": 1, + "in_preview": 1, "label": "Parent Account", "oldfieldname": "parent_account", "oldfieldtype": "Link", @@ -192,7 +193,7 @@ "idx": 1, "is_tree": 1, "links": [], - "modified": "2023-07-20 18:18:44.405723", + "modified": "2024-01-10 04:57:33.681676", "modified_by": "Administrator", "module": "Accounts", "name": "Account", @@ -249,8 +250,9 @@ ], "search_fields": "account_number", "show_name_in_global_search": 1, + "show_preview_popup": 1, "sort_field": "modified", "sort_order": "ASC", "states": [], "track_changes": 1 -} \ No newline at end of file +}