]> git.koha-community.org Git - koha.git/commit
Bug 16522: (follow-up) MARC display templates and get_marc_host fixes
authorAleisha Amohia <aleishaamohia@hotmail.com>
Thu, 30 Jun 2022 22:28:31 +0000 (10:28 +1200)
committerJacob O'Mara <jacob.omara@ptfs-europe.com>
Tue, 31 Jan 2023 17:15:27 +0000 (17:15 +0000)
commit468d94ded336883fc7dfcb2112428e6f164178e4
treee787f14064984d0465b063e5a439fd40f412eba7
parent9af524253ccb0a90ed3743c4fd6ea5250423bc7d
Bug 16522: (follow-up) MARC display templates and get_marc_host fixes

Also:
- Show related parts 773$g
- Normalise using 'Host item entry' as title
- Remove 'foreach' because non-xslt views only return first
- If no $w, use $atg, and related tests in
t/db_dependent/Koha/Biblio/host_record.t

Signed-off-by: Heather Hernandez <heather_hernandez@nps.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit adad3a9e2244623b40bf07aeb5e95a0cc9b0d58c)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
20 files changed:
Koha/Biblio.pm
basket/basket.pl
basket/sendbasket.pl
koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl
opac/opac-basket.pl
opac/opac-sendbasket.pl
opac/opac-sendshelf.pl
t/db_dependent/Koha/Biblio/host_record.t
virtualshelves/sendshelf.pl