14 lines
286 B
JavaScript
14 lines
286 B
JavaScript
// Copyright (c) 2025, BWH Studios and contributors
|
|
// For license information, please see license.txt
|
|
|
|
frappe.query_reports["Event Overview"] = {
|
|
filters: [
|
|
{
|
|
fieldname: "event",
|
|
label: __("Event"),
|
|
fieldtype: "Link",
|
|
options: "Pohodex Event Manager Event",
|
|
},
|
|
],
|
|
};
|