Batch no get query fix

This commit is contained in:
nabinhait 2014-07-17 11:08:19 +05:30
parent 143400d444
commit d16081c4d9

View File

@ -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,