Bugzilla – Attachment 144511 Details for
Bug 14911
Item search: Display additional title information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14911: Add 245 fields to itemsearch title column via biblio-title.inc
Bug-14911-Add-245-fields-to-itemsearch-title-colum.patch (text/plain), 1.94 KB, created by
Lucas Gass (lukeg)
on 2022-12-08 22:20:45 UTC
(
hide
)
Description:
Bug 14911: Add 245 fields to itemsearch title column via biblio-title.inc
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-12-08 22:20:45 UTC
Size:
1.94 KB
patch
obsolete
>From 79b613efb5ab78ae4cdd2941060eb7510cdab88a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 8 Dec 2022 22:19:20 +0000 >Subject: [PATCH] Bug 14911: Add 245 fields to itemsearch title column via > biblio-title.inc > >To test: >1. Have some records that have these 245 fields: > > -Title 245$a > -Subtitle 245$b > -Medium 245$h > -Part number 245$n > -Part name 245$p > >Note: IN KTD I have to run batchRebuildBiblioTables.pl -c > >2. Apply patch and do an item search that will turn up items with the 245 fields lists above >3. Notice that those subfields are now included in the title column. >--- > .../prog/en/includes/catalogue/itemsearch_item.json.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc >index 5d30c08a9b2..97d3ba271f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc >@@ -11,7 +11,7 @@ > <input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]"/> > [%~ END %]", > "[% FILTER escape_quotes ~%] >- <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]" title="Go to record detail page">[% biblio.title | html %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author | html %] >+ <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]" title="Go to record detail page">[% INCLUDE 'biblio-title.inc' | trim | collapse %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author | html %] > [%~ END %]", > "[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]", > "[% biblioitem.publishercode | html | $To %]", >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14911
:
144385
|
144511
|
144529
|
146147