fix: do not pop item from list
This commit is contained in:
parent
f6858c1744
commit
633e2b546c
1 changed files with 0 additions and 1 deletions
|
|
@ -477,7 +477,6 @@ def search(text, start=0, limit=20, doctype=""):
|
|||
frappe.clear_messages()
|
||||
|
||||
sorted_results.extend([r])
|
||||
results.pop(index)
|
||||
|
||||
return sorted_results or results
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue