@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -189,12 +189,7 @@ [% # Cell 1: Checkbox %] - [% IF - ( Koha.Preference('opacbookbag') == 1 ) - || ( Koha.Preference('virtualshelves') == 1 ) - || ( Koha.Preference('OpacBrowseResults') == 1 ) - || ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') ) - %] + [% IF ( Koha.Preference('opacbookbag') == 1 ) || ( Koha.Preference('virtualshelves') == 1 ) || ( Koha.Preference('OpacBrowseResults') == 1 ) || ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') ) %] [% END %] --