fix: item not showing in the BOM
This commit is contained in:
parent
9fa72cb9d8
commit
02c3b41dc2
@ -1317,7 +1317,7 @@ def item_query(doctype, txt, searchfield, start, page_len, filters):
|
|||||||
if not field in searchfields
|
if not field in searchfields
|
||||||
]
|
]
|
||||||
|
|
||||||
query_filters = {"disabled": 0, "end_of_life": (">", today())}
|
query_filters = {"disabled": 0, "ifnull(end_of_life, '3099-12-31')": (">", today())}
|
||||||
|
|
||||||
or_cond_filters = {}
|
or_cond_filters = {}
|
||||||
if txt:
|
if txt:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user