ebsco / edsapi-koha-plugin

EBSCO Koha Plugin
https://github.com/ebsco/edsapi-koha-plugin
Apache License 2.0
16 stars 26 forks source link

Cannot download cart in Koha 22.11 #131

Open kidclamp opened 11 months ago

kidclamp commented 11 months ago

"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;

fridobox commented 1 month ago

Any news ?

mmabrahamson commented 1 month ago

Apologies on the extreme delay on this one. The short version is the person who had been looking into this last year is no longer with the company and we have started looking into this again this week. We're hoping to get this updated to 23.11 in the next couple months, followed by testing in 24.05 and eventually 24.11 when it's ready.