From 26f168bfab6e9057ba060469b800dbc9f49728e5 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 5 Feb 2018 09:34:52 +0000 Subject: [PATCH] Bug 10858: (QA follow-up) Fix translatibility Signed-off-by: Josef Moravec --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index 3d906919f7..62ae7a795b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -215,12 +215,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 %] -- 2.20.1