[Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 12 13:19:59 CEST 2022


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #19 from David Nind <david at davidnind.com> ---
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.


More information about the Koha-bugs mailing list