Batch no get query fix
This commit is contained in:
parent
143400d444
commit
d16081c4d9
@ -678,7 +678,7 @@ def get_batch_no(doctype, txt, searchfield, start, page_len, filters):
|
||||
args = {
|
||||
'item_code': filters.get("item_code"),
|
||||
's_warehouse': filters.get('s_warehouse'),
|
||||
'posting_date': filters,get('posting_date'),
|
||||
'posting_date': filters.get('posting_date'),
|
||||
'txt': "%%%s%%" % txt,
|
||||
'mcond':get_match_cond(doctype),
|
||||
"start": start,
|
||||
|
Loading…
x
Reference in New Issue
Block a user