diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index e2b9f63ce..6a01ede6c 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -52,6 +52,7 @@ CmdCustom::CmdCustom ( _description = d; _read_only = true; _displays_id = true; + _category = Category::report; } ////////////////////////////////////////////////////////////////////////////////