3 May
2018
3 May
'18
8:38 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310 --- Comment #20 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to paxed from comment #19)
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.
Yeah, that was changed recently. I wrote the patch originally on 16.11.. And the associated test mocked GetMarcBiblio. So it did not fail. Thx for reporting. -- You are receiving this mail because: You are watching all bug changes.