mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 23:07:41 +00:00
perf: index for warehouse field
(cherry picked from commit 23c70332df)
# Conflicts:
# erpnext/stock/doctype/serial_no/serial_no.json
This commit is contained in:
committed by
Mergify
parent
4e4d2cefda
commit
4753594a26
@@ -234,7 +234,8 @@
|
|||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Warehouse",
|
"label": "Warehouse",
|
||||||
"options": "Warehouse",
|
"options": "Warehouse",
|
||||||
"read_only": 1
|
"read_only": 1,
|
||||||
|
"search_index": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "batch_no",
|
"fieldname": "batch_no",
|
||||||
@@ -282,7 +283,11 @@
|
|||||||
"icon": "fa fa-barcode",
|
"icon": "fa fa-barcode",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2025-07-15 13:40:21.938700",
|
"modified": "2025-07-15 13:40:21.938700",
|
||||||
|
=======
|
||||||
|
"modified": "2025-12-24 14:30:43.599590",
|
||||||
|
>>>>>>> 23c70332df (perf: index for warehouse field)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Serial No",
|
"name": "Serial No",
|
||||||
|
|||||||
Reference in New Issue
Block a user