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

--- Comment #14 from Marcel de Rooy <m.de.r...@rijksmuseum.nl> ---
Resolving a few errors like this too:
Use of inherited AUTOLOAD for non-method Koha::Biblio::GetMarcBiblio() is
deprecated at /usr/share/koha/masterclone/Koha/Biblio.pm line 60.
Use of inherited AUTOLOAD for non-method Koha::Biblio::GetRecordValue() is
deprecated at /usr/share/koha/masterclone/Koha/Biblio.pm line 60.

This happens because perl is looking first in Koha::Object (with AUTOLOAD)
before it checks C4/Biblio.

Rearranging the module order did not help either (moving C4/Biblio).

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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