Skip to content

Commit

Permalink
DIS-46 - Multiple Pickup locations
Browse files Browse the repository at this point in the history
Do not show return to list option for sublocations
  • Loading branch information
mdnoble73 committed Jan 9, 2025
1 parent 13182ee commit c46e8ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/web/services/Admin/Sublocations.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ function canView(): bool {
'Administer Home Library',
]);
}

function showReturnToList() : bool {
return false;
}
}

0 comments on commit c46e8ac

Please sign in to comment.