https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #19 from David Nind <[email protected]> --- 1. Sending email ~~~~~~~~~~~~~~~ Sending email from staff interface - for both the cart and the list I get this error trace (note: can send email from OPAC for both the cart and list): 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; 130: } Show function arguments in (eval) at /kohadevbox/koha/virtualshelves/sendshelf.pl line 111 108: ); 109: 110: # Getting template result 111: my $template_res = $template2->output(); 112: my $body; 113: 114: my $subject; in CGI::Compile::ROOT::kohadevbox_koha_virtualshelves_sendshelf_2epl::__ANON__ at /kohadevbox/koha/virtualshelves/sendshelf.pl line 2 .... Setup to test email: see comment #15 (note: yourpassword = an app password, not the normal Gmail password) 2. OPAC - link for host item entry is wrong ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The link in OPAC record detail page to the host item entry is using the staff interface URL. Link in OPAC detail view: http://127.0.0.1:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=262 Should be: http://127.0.0.1:8080/cgi-bin/koha/opac-detail.pl?biblionumber=262 3. Step 15 ~~~~~~~~~~ I deleted the 773$w, but the staff interface and OPAC are still showing the link to the host record. 4. Text 'Host item entry' vs 'In' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Have you seen bug 31106 - text in child record to host item is 'In'. See also Katrin's comment about the 'label' for 773 in comment #16 -- 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/
