blob: 7a45b08d9d38d79758e7f9322d61bd7a447419e3 [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):
Anand Doshi4120ffe2013-05-01 12:14:57 +05308 return webnotes.conn.get_values("Time Log", filters, ["name", "activity_type", "owner"])