[Koha-bugs] [Bug 10858] Browse selected biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 10 19:00:58 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10858

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frederic at tamil.fr

--- Comment #92 from Frédéric Demians <frederic at tamil.fr> ---
On last patch, I don't understand that, the last test:

[% IF
   ( Koha.Preference('opacbookbag') == 1 )
|| ( Koha.Preference('virtualshelves') == 1 )
|| ( Koha.Preference('OpacBrowseResults') == 1 )
|| ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) &&
Koha.Preference('opacuserlogin') )
%]

I think that it's rather:

|| ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) &&
(not Koha.Preference('opacuserlogin')) )

But I'm not sure...

And When everything is disabled, no checkboxes at all, links 'check all' /
'clear all' are still displayed. This bug is also in master, but still...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list