Skip to content

Commit

Permalink
Delete Canvass Automation menu entry (#7085)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Jun 22, 2024
2 parents be1f449 + e9c1c0e commit a16602b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ChurchCRM/Config/Menu/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ private static function getFundraisersMenu(): MenuItem
private static function getReportsMenu(): MenuItem
{
$reportsMenu = new MenuItem(gettext('Data/Reports'), '', true, 'fa-file-pdf');
$reportsMenu->addSubMenu(new MenuItem(gettext('Canvass Automation'), 'CanvassAutomation.php'));
$reportsMenu->addSubMenu(new MenuItem(gettext('Query Menu'), 'QueryList.php'));

return $reportsMenu;
Expand Down

0 comments on commit a16602b

Please sign in to comment.