@@ -, +, @@ commit 141200794da9f27e0231e1c2dad4bcb994d650f3 Bug 15295: Koha::Libraries - Remove GetBranchCategories - Go to the adv search page at the intranet - Without library group you must not see the "Groups of libraries" - With at least a library group you must see it --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ -242,7 +242,7 @@ [% PROCESS options_for_libraries libraries => Branches.all( selected => selected_branchcode, unfiltered => 1 ) %]

- [% IF ( searchdomainloop ) %] + [% IF searchdomainloop.count %]

OR