mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
* fix: improved indexing for SLE queries. (#47194)
(cherry picked from commit b49a835b4c)
# Conflicts:
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -5,7 +5,6 @@ INDEXED_FIELDS = {
|
||||
"Bin": ["item_code"],
|
||||
"GL Entry": ["voucher_no", "posting_date", "company", "party"],
|
||||
"Purchase Order Item": ["item_code"],
|
||||
"Stock Ledger Entry": ["warehouse"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user