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

Hugo Agud <ha...@orex.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ha...@orex.es

--- Comment #8 from Hugo Agud <ha...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to