24 Apr
2018
24 Apr
'18
10:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 paxed <pasi.kallinen@joensuu.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #19 from paxed <pasi.kallinen@joensuu.fi> --- in Koha/Biblio.pm, you have: my $marc = C4::Biblio::GetMarcBiblio($self->biblionumber); but in C4/Biblio.pm, GetMarcBiblio does this: my $biblionumber = $params->{biblionumber}; causing: Can't use string ("11") as a HASH ref while "strict refs" in use at /usr/share/koha/lib/C4/Biblio.pm line 1131. -- You are receiving this mail because: You are watching all bug changes.