Warehouse query filtered by company

This commit is contained in:
Anand Doshi
2014-06-24 18:53:04 +05:30
parent e0a7ff77df
commit faefeaa644
4 changed files with 43 additions and 3 deletions

View File

@@ -254,3 +254,4 @@ def get_account_list(doctype, txt, searchfield, start, page_len, filters):
return frappe.widgets.reportview.execute("Account", filters = filter_list,
fields = ["name", "parent_account"],
limit_start=start, limit_page_length=page_len, as_list=True)