mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-27 07:01:13 +01:00
perf: timeout while renaming cost center
(cherry picked from commit 92be7cbbbf)
This commit is contained in:
committed by
Mergify
parent
2ebea8866a
commit
58eb1849d7
@@ -105,7 +105,8 @@
|
|||||||
"label": "Cost Center",
|
"label": "Cost Center",
|
||||||
"oldfieldname": "cost_center",
|
"oldfieldname": "cost_center",
|
||||||
"oldfieldtype": "Link",
|
"oldfieldtype": "Link",
|
||||||
"options": "Cost Center"
|
"options": "Cost Center",
|
||||||
|
"search_index": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "debit",
|
"fieldname": "debit",
|
||||||
@@ -358,7 +359,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"in_create": 1,
|
"in_create": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-02-21 14:36:49.431166",
|
"modified": "2025-03-21 15:29:11.221890",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "GL Entry",
|
"name": "GL Entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user