Bugzilla – Attachment 7599 Details for
Bug 7312
Adds ISSN to serials/subscription-bib-search.pl results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7312: Adds ISSN to serials/subscription-bib-search.pl results
Bug-7312-Adds-ISSN-to-serialssubscription-bib-sear.patch (text/plain), 1.96 KB, created by
Jared Camins-Esakov
on 2012-02-12 21:50:55 UTC
(
hide
)
Description:
Bug 7312: Adds ISSN to serials/subscription-bib-search.pl results
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-02-12 21:50:55 UTC
Size:
1.96 KB
patch
obsolete
>From a172de5f94e84a57e1b0d6ed1fac29088e92d8b8 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Thu, 12 May 2011 11:29:01 +0200 >Subject: [PATCH] Bug 7312: Adds ISSN to serials/subscription-bib-search.pl results >Content-Type: text/plain; charset="UTF-8" > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > .../prog/en/modules/serials/result.tt | 5 +++++ > serials/subscription-bib-search.pl | 1 + > 2 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt >index 30ec303..54b4497 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt >@@ -27,6 +27,7 @@ function GetIt(bibno,title) > <th>Author</th> > <th>Publisher</th> > <th>Publication year</th> >+ <th>ISSN</th> > <th> </th> > </tr> > [% FOREACH resultsloo IN resultsloop %] >@@ -42,6 +43,10 @@ function GetIt(bibno,title) > <td> > [% resultsloo.publicationyear |html %] > </td> >+ <td> >+ [% resultsloo.issn |html %] >+ </td> >+ > <td><a href="#" onclick="GetIt('[% resultsloo.biblionumber %]',$(this));" title="Choose this record">Choose</a></td> > </tr> > [% END %] >diff --git a/serials/subscription-bib-search.pl b/serials/subscription-bib-search.pl >index b76a701..623efe2 100755 >--- a/serials/subscription-bib-search.pl >+++ b/serials/subscription-bib-search.pl >@@ -127,6 +127,7 @@ if ($op eq "do_search" && $query) { > $resultsloop{author} = $biblio->{'author'}; > $resultsloop{publishercode} = $biblio->{'publishercode'}; > $resultsloop{publicationyear} = $biblio->{'publicationyear'}; >+ $resultsloop{issn} = $biblio->{'issn'}; > > push @results, \%resultsloop; > } >-- >1.7.2.5
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 7312
:
6541
| 7599