why the get_query()
still output the is_active: No
in the filter, do i missing something?
Solufy
2
Hi @SinChan4896,
Please check it reference.
Hope you understand.
Thank You!
Reports like General Ledger have this implementation. checked in v13 and it works.
get_data: function(txt) {
return frappe.db.get_link_options("Project", txt, {
"is_active": "Yes"
}
}