Initialize fork and rebrand app to event_manager
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// 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",
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user