[Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 25 09:47:12 CEST 2017


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
carp 'GetMarcBiblio called without parameters';
Should be a Koha::Exception.
See coding guidelines.

git grep -E "GetMarcBiblio\s*\(\s*\$"
No results as expected
git grep -E "GetMarcBiblio\s*\(\s*[^{]"
misc/migration_tools/22_to_30/missing090field.pl: my $record =
GetMarcBiblio($biblionumber);
misc/migration_tools/22_to_30/rebuild_unimarc_100.pl:    my $record =
GetMarcBiblio($biblionumber);
[OK] t/Biblio.t:warning_is { $ret = GetMarcBiblio() }

Who is going to run these scripts still? And from what version? Should we still
have in master ??

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


More information about the Koha-bugs mailing list