mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-21 10:19:57 +00:00
The calendar view sends filters as a list of [doctype, field, op, value] conditions (filter_area.get()); get_filter_conditions_qb accepts dict or list.