From b9b08c35efc13de0a362fe20f9290464d6d4ed20 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Fri, 21 Mar 2025 15:30:23 +0530 Subject: [PATCH] perf: timeout while renaming cost center (cherry picked from commit 92be7cbbbfbaf1bad0614e5b64e6de1152c98ece) # Conflicts: # erpnext/accounts/doctype/gl_entry/gl_entry.json --- erpnext/accounts/doctype/gl_entry/gl_entry.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/gl_entry/gl_entry.json b/erpnext/accounts/doctype/gl_entry/gl_entry.json index eb99768b05e..7aa67a9e1ce 100644 --- a/erpnext/accounts/doctype/gl_entry/gl_entry.json +++ b/erpnext/accounts/doctype/gl_entry/gl_entry.json @@ -88,7 +88,8 @@ "label": "Cost Center", "oldfieldname": "cost_center", "oldfieldtype": "Link", - "options": "Cost Center" + "options": "Cost Center", + "search_index": 1 }, { "fieldname": "debit", @@ -258,7 +259,11 @@ "idx": 1, "in_create": 1, "links": [], +<<<<<<< HEAD "modified": "2024-03-19 18:30:49.613401", +======= + "modified": "2025-03-21 15:29:11.221890", +>>>>>>> 92be7cbbbf (perf: timeout while renaming cost center) "modified_by": "Administrator", "module": "Accounts", "name": "GL Entry",