mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
[time log] [query] search task based on subject
This commit is contained in:
@@ -160,4 +160,8 @@ erpnext.queries.bom = function(opts) {
|
||||
: "")
|
||||
+ " LIMIT 50"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
erpnext.queries.task = function() {
|
||||
return { query: "projects.utils.query_task" };
|
||||
};
|
||||
Reference in New Issue
Block a user