[Koha-bugs] [Bug 31784] SingleBranchMode ignores public flag

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 14 09:15:49 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31784

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
        LoginFirstname  => ( C4::Context->userenv ?
C4::Context->userenv->{"firstname"} : "Bel" ),
        LoginSurname    => C4::Context->userenv ?
C4::Context->userenv->{"surname"}      : "Inconnu",
        emailaddress    => C4::Context->userenv ?
C4::Context->userenv->{"emailaddress"} : undef,
        TagsEnabled     => C4::Context->preference("TagsEnabled"),
        hide_marc       => C4::Context->preference("hide_marc"),
        item_level_itypes  => C4::Context->preference('item-level_itypes'),
        patronimages       => C4::Context->preference("patronimages"),
        singleBranchMode   => $singleLibraryMode, #TODO one day our templates
will only contain Library, and this can be removed
        singleLibraryMode  => $singleLibraryMode,
        noItemTypeImages   => C4::Context->preference("noItemTypeImages"),
        marcflavour        => C4::Context->preference("marcflavour"),
        OPACBaseURL        => C4::Context->preference('OPACBaseURL'),
        minPasswordLength  => $minPasswordLength,

Some work to do :)

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


More information about the Koha-bugs mailing list