Merge pull request #51310 from rohitwaghchaure/fixed-index-for-serial-no

perf: index for warehouse field
This commit is contained in:
rohitwaghchaure
2025-12-24 14:59:16 +05:30
committed by GitHub

View File

@@ -238,7 +238,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",
@@ -312,7 +313,7 @@
"icon": "fa fa-barcode", "icon": "fa fa-barcode",
"idx": 1, "idx": 1,
"links": [], "links": [],
"modified": "2025-08-05 17:17:11.328682", "modified": "2025-12-24 14:30:43.599590",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Serial No", "name": "Serial No",