Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download cart in Koha 22.11 #131

Open
kidclamp opened this issue Oct 27, 2023 · 0 comments
Open

Cannot download cart in Koha 22.11 #131

kidclamp opened this issue Oct 27, 2023 · 0 comments

Comments

@kidclamp
Copy link
Contributor

"GetMarcBiblio" is not exported by the C4::Biblio module: /var/lib/koha/karachi/plugins/Koha/Plugin/EDS/opac/2111/opac-sendbasket.pl, referer:

Should use:

my $biblio_object = Koha::Biblios->find( $biblionumber );
my $record = $biblio_object->metadata->record;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant