https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #14 from David Nind <[email protected]> --- Two things from testing: 1. For the emails, is the link supposed to be to the record for the source/host item entry, or the record it is in? For me, it is linking to the record with the 773. 2. After applying the patch, flush_memcached, restart_all, I get these error traces when sending the email from the staff interface for the cart and list (I could send emails for the cart and list before the patch was applied, and I can send emails from the cart and list from the OPAC): Cart: staff interface ~~~~~~~~~~~~~~~~~~~~~ Template process failed: file error - biblio_a_href: not found at /kohadevbox/koha/C4/Templates.pm line 127 in C4::Templates::output at /kohadevbox/koha/C4/Templates.pm line 127 124: 125: my $data; 126: binmode( STDOUT, ":encoding(UTF-8)" ); 127: $template->process( $self->filename, $vars, \$data ) 128: || die "Template process failed: ", $template->error(); 129: return $data; List: staff interface ~~~~~~~~~~~~~~~~~~~~~ The method Koha::Biblio->get_host_item_entries is not covered by tests! Trace begun at /kohadevbox/koha/Koha/Object.pm line 875 Koha::Object::AUTOLOAD('Koha::Biblio=HASH(0x560f9c5e1470)') called at /kohadevbox/koha/virtualshelves/sendshelf.pl line 95 eval {...} at /kohadevbox/koha/virtualshelves/sendshelf.pl line 2 CGI::Compile::ROOT::kohadevbox_koha_virtualshelves_sendshelf_2epl::__ANON__('CGI::Compile=HASH(0x560f9af894f8)', '', '/kohadevbox/koha/virtualshelves/sendshelf.pl', '/kohadevbox/koha/virtualshelves', 'ARRAY(0x560f9b0ef760)') called at /usr/share/perl5/CGI/Compile.pm line 151 CGI::Compile::ROOT::kohadevbox_koha_virtualshelves_sendshelf_2epl::sendshelf_2epl at /usr/share/perl5/CGI/Emulate/PSGI.pm line 30 CGI::Emulate::PSGI::__ANON__('HASH(0x560f9c7603f8)') called at /usr/share/perl5/Plack/App/WrapCGI.pm line 95 Plack::App::WrapCGI::call('Plack::App::WrapCGI=HASH(0x560f9b22e9c0)', 'HASH(0x560f9c7603f8)') called at /usr/s ......... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
