mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +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,
|
||||
"label": "Warehouse",
|
||||
"options": "Warehouse",
|
||||
"read_only": 1
|
||||
"read_only": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "batch_no",
|
||||
@@ -282,7 +283,11 @@
|
||||
"icon": "fa fa-barcode",
|
||||
"idx": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"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",
|
||||
"module": "Stock",
|
||||
"name": "Serial No",
|
||||
|
||||
Reference in New Issue
Block a user