Merge pull request #53026 from diptanilsaha/project_ta

This commit is contained in:
Diptanil Saha
2026-02-27 16:50:36 +05:30
committed by GitHub

View File

@@ -9,7 +9,7 @@ import frappe
@frappe.whitelist()
@frappe.validate_and_sanitize_search_inputs
def query_task(doctype, txt, searchfield, start, page_len, filters):
def query_task(doctype: str, txt: str, searchfield: str, start: int, page_len: int, filters: dict):
from frappe.desk.reportview import build_match_conditions
search_string = "%%%s%%" % txt