diff --git a/circ/selectbranchprinter.pl b/circ/selectbranchprinter.pl
index 5ec6c11025..b5adcfc9ce 100755
--- a/circ/selectbranchprinter.pl
+++ b/circ/selectbranchprinter.pl
@@ -31,13 +31,14 @@ use C4::Branch; # GetBranches GetBranchesLoop
# this will be the script that chooses branch and printer settings....
my $query = CGI->new();
+
my ( $template, $borrowernumber, $cookie ) = get_template_and_user({
template_name => "circ/selectbranchprinter.tmpl",
query => $query,
type => "intranet",
debug => 1,
authnotrequired => 0,
- flagsrequired => { circulate => "circulate_remaining_permissions" },
+ flagsrequired => { catalogue => 1, },
});
my $sessionID = $query->cookie("CGISESSID");
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
index 58430fca26..1faf0ca712 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
@@ -52,7 +52,7 @@
[% ELSE %]
[% LoginBranchname %]
[% IF ( IndependantBranches ) %]
- [% IF ( CAN_user_management ) %]
+ [% IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) %]
(Set library)
[% END %]
[% ELSE %]