Skip to content

Commit

Permalink
https://github.com/Project60/CiviBanking/issues/56
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Jul 30, 2014
1 parent 51184dc commit ab5eb15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function banking_civicrm_navigationMenu(&$params) {
),
'child' => null
),
/* see https://github.com/Project60/CiviBanking/issues/56
$level => array(
'attributes' => array(
'label' => ts('Manage Accounts'),
Expand All @@ -84,7 +85,7 @@ function banking_civicrm_navigationMenu(&$params) {
'active' => 1
),
'child' => null
),
),*/
$level => array(
'attributes' => array(
'label' => ts('Import Payments'),
Expand Down

0 comments on commit ab5eb15

Please sign in to comment.