[Koha-bugs] [Bug 18262] Koha::Biblios - Remove GetBiblioData - part 1

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 14 08:09:51 CET 2017


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #2 from Marc Véron <veron at veron.ch> ---
Small typo found:
opac/opac-addbybiblionumber.pl line 145

my $biblio = Koha::Biblios->fin( $biblionumber );
should be:
my $biblio = Koha::Biblios->find( $biblionumber );

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


More information about the Koha-bugs mailing list