[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
Wed Sep 28 16:26:51 CEST 2022


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

--- Comment #39 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I have changed the test plan slightly to account for our cataloguing use case
as we are not using EasyAnalytics:

1. apply patch, restart services 

Original test plan:
2. log into the staff client and enable the syspref EasyAnalyticalRecords
3. find a record with an item. take note of the barcode.
4. go to another record (biblio 2). click Edit -> Link to host record
5. enter the barcode in the input and submit.
6. click the MARC tab and confirm the host record has been linked under
MARC field 773.

Adapted test plan:
2. log into the staff interface and enable the syspref UseControlNumber 
3. Download analytical records and their host records from one of our catalogs
:)
4. Import records into Koha, view them and verify the 773 links work correctly
5. Remove 773$w from one of the records, as sometimes records might not be
linked.

In the staff interface:

7. add biblio 2 to your cart, and to a list.
8. go to your cart. confirm you see the 'host item entry' link.
9. click on 'more details' and confirm you see the 'host item entries'
link.
10. click 'send' to email the cart. confirm the email contains the host
item entry and the link sends you to the catalogue page for the record in the
OPAC.
11. go to the list you added the record to. confirm you see the 'source'
link for the host item entry.
12. click 'send list' to email the list. confirm the email contains the
host item entry and the link sends you to the catalogue page for the
record in the OPAC.


CART
* Brief view: OK with the provided follow-up
* More view: OK
* E-mail: Exploded with the error mentioned by David and Christian:

Template process failed: file error - biblio_a_href: not found at
/kohadevbox/koha/C4/Templates.pm line 127

The reason is, that the file is missing [% PROCESS 'html_helpers.inc' %].
But: The html links get removed by the HTMLToText Process and don't show in the
text based email. So I have decided to remove the links here.
Also: we don't want to link to the staff interface, so the email can still
be send to users. The staff email currently only includes a link to the record
in the OPAC. -> Follow-up provided


LIST
* Result list: OK
* E-mail: Same issue as for the cart mail, same fix. -> Follow-up provided


In the OPAC:

13. log into the OPAC. repeat steps 7 to 12 on the OPAC and confirm they
all pass as expected.

CART
* Brief view: OK with the provided follow-up
* More view: OK
* E-mail: OK

LIST
* Result list: OK
* E-mail: OK

14. Confirm host item info also shows correctly on the
OPAC and staff client search results, and the OPAC and staff client
detail pages (where XSLT is used)

OPAC: 
* Results: OK
* Detail: OK

Staff interface:
* Results: OK
* Detail: OK

15. Delete the 773$w and confirm host item info still shows correctly
but no longer links to biblio

773$w link missing: OK! Tested with a separate record in the steps above.

SIGNED OFF!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list