fix: improved indexing for SLE queries. (#47194)

This commit is contained in:
rohitwaghchaure
2025-05-30 13:41:14 +05:30
committed by GitHub
parent a61f065660
commit b49a835b4c
11 changed files with 33 additions and 20 deletions

View File

@@ -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"],
}