Skip to content

Commit

Permalink
OLMIS-7900: remove requisitionGroupAdd from navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdulko committed Mar 14, 2024
1 parent 50fa580 commit 3d6fd80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
function routes($stateProvider, ADMINISTRATION_RIGHTS) {

$stateProvider.state('openlmis.administration.requisitionGroupAdd', {
showInNavigation: true,
showInNavigation: false,
label: 'adminRequisitionGroupAdd.add',
url: '/requisitionGroupsAdd',
controller: 'RequisitionGroupAddController',
Expand Down

0 comments on commit 3d6fd80

Please sign in to comment.