[Koha-bugs] [Bug 28600] Variable "$patron" is not available

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 18 20:18:11 CEST 2021


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

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Ha, $borcat (which I replaced with $patron) was defined as (our)

-our $borcat= q{};
-if ( C4::Context->preference('OpacHiddenItemsExceptions') ) {
-    $borcat = $patron ? $patron->categorycode : q{};
-}

I guess I overlooked it. Patch coming.

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


More information about the Koha-bugs mailing list