Skip to content

Commit

Permalink
Move Authorize menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Nov 28, 2022
1 parent f7f5c44 commit 27d7523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civixero.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function civixero_civicrm_navigationMenu(&$menu) {
]);
$connectors = _civixero_get_connectors();
foreach ($connectors as $connectorID => $details) {
_Civixero_civix_insert_navigation_menu($menu, 'Administer/legacyxero/', [
_Civixero_civix_insert_navigation_menu($menu, 'Administer/CiviContribute/Xero/', [
'label' => 'Xero Authorize ' . $details['name'],
'name' => 'Xero Authorize ' . $details['name'],
'url' => 'civicrm/xero/authorize?connector_id=' . $connectorID,
Expand Down

0 comments on commit 27d7523

Please sign in to comment.