blob: a7a016ab3e081afcb0887856051f183f6bbfd128 [file] [log] [blame]
Rushabh Mehtab21eb9a2013-02-28 18:42:46 +05301# For license information, please see license.txt
2
3from __future__ import unicode_literals
4import webnotes
5
6@webnotes.whitelist()
7def get_time_log_list(doctype, txt, searchfield, start, page_len, filters):
8 return webnotes.conn.get_values("Time Log", filters, ["name", "activity_type", "owner"], debug=True)