commit | fa230e47f4cf696861f65708170af034fb9faed2 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Feb 06 17:40:14 2013 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Feb 06 17:40:14 2013 +0530 |
tree | c1dd9044485ee942c0c119352c34010f7d1f6baf | |
parent | c7ac4cbda406e4ec82ff9ab01f704b7a64af11b0 [diff] [blame] |
get_query shifted to server for account
diff --git a/stock/utils.py b/stock/utils.py index 87f4c02..3b98cf0 100644 --- a/stock/utils.py +++ b/stock/utils.py
@@ -148,7 +148,7 @@ return valid_serial_nos -def get_warehouse_list(doctype, txt, searchfield, start, page_len): +def get_warehouse_list(doctype, txt, searchfield, start, page_len, args): """used in search queries""" wlist = [] for w in webnotes.conn.sql_list("""select name from tabWarehouse