[Koha-bugs] [Bug 25267] OPAC browse shelf feature is not responsive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 31 12:40:57 CEST 2022


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

Hugo Agud <hagud at orex.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hagud at orex.es

--- Comment #8 from Hugo Agud <hagud at orex.es> ---
I have installed into sandbox and I get this error when I try to browse

(itemcallnumber is filled with value 302)

https://staff-orex25267.sandbox.bywatersolutions.com/

Can't call method "itemnumber" on unblessed reference at
/kohadevbox/koha/opac/opac-detail.pl line 1099
in (eval) at /kohadevbox/koha/opac/opac-detail.pl line 1099
 1096:         );
 1097: 
 1098:         # in which tab shelf browser should open ?
 1099:         if (grep { $starting_itemnumber == $_->itemnumber } @itemloop) {
 1100:             $template->param(shelfbrowser_tab => 'holdings');
 1101:         } else {
 1102:             $template->param(shelfbrowser_tab => 'otherholdings');
in CGI::Compile::ROOT::kohadevbox_koha_opac_opac_2ddetail_2epl::__ANON__ at
/kohadevbox/koha/opac/opac-detail.pl line 2
    1: #!/usr/bin/perl
    2: 
    3: # Copyright 2000-2002 Katipo Communications
    4: # Copyright 2010 BibLibre
    5: # Copyright 2011 KohaAloha, NZ
Hide function arguments

$_[0]   'CGI::Compile=HASH(0x55b3af97fd90)'
$_[1]   ''
$_[2]   '/kohadevbox/koha/opac/opac-detail.pl'
$_[3]   '/kohadevbox/koha/opac'
$_[4]   'ARRAY(0x55b3b1e0fc88)'

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


More information about the Koha-bugs mailing list