Bug 26314: (QA follow-up) Improve POD and fix links for UseControlNumber off
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 15 Sep 2023 13:55:07 +0000 (13:55 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 17 Oct 2023 17:45:14 +0000 (14:45 -0300)
commit1cabc0ed6716ba92a88222248c13a312efc1c761
treec59dc94c0bde4263bd6b09c56ac461d394428485
parenta210aa9f63395757bbbf9319c2cd35e056033009
Bug 26314: (QA follow-up) Improve POD and fix links for UseControlNumber off

When UseControlNumber is off, we previously did a search on the title index,
but this was not actually correct. It might work when we have a dependent
title and the title also appears on 245$p, but there is a better way:

The title of the set record will be found in:
* 773$3 for a dependent title
* 800/810/811/830 for an independent title

The search indices to use are host-item and title-series.

As we are not only looking for 773, POD was adjusted to reflect that.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblio.pm
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl
t/db_dependent/Koha/Biblio.t