mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
added time log batch
This commit is contained in:
8
projects/utils.py
Normal file
8
projects/utils.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# For license information, please see license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
@webnotes.whitelist()
|
||||
def get_time_log_list(doctype, txt, searchfield, start, page_len, filters):
|
||||
return webnotes.conn.get_values("Time Log", filters, ["name", "activity_type", "owner"], debug=True)
|
||||
Reference in New Issue
Block a user