Bugzilla – Attachment 142033 Details for
Bug 21381
Add serial enumeration to circulation history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21381: Add serial enumeration to circulation/checkout history
Bug-21381-Add-serial-enumeration-to-circulationche.patch (text/plain), 3.66 KB, created by
Katrin Fischer
on 2022-10-17 21:44:53 UTC
(
hide
)
Description:
Bug 21381: Add serial enumeration to circulation/checkout history
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-17 21:44:53 UTC
Size:
3.66 KB
patch
obsolete
>From 8eca3497664ef6786a8c0d1dbc5f0c0dc0f933bf Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 17 Oct 2022 21:42:24 +0000 >Subject: [PATCH] Bug 21381: Add serial enumeration to circulation/checkout > history > >* Set readinghistory and intranetreadinghistory to Allow >* Check out some items and return some. > At least one item should have serial enumeration set to something >* Go to OPAC > patron account > checkout history >* Verify the Vol info shows the same as on the detail page. >* Go to staff interface > patron account > circulation history >* Verify the Vol info shows correctly there as well. > Bug 21381: Add serial enumeration to circulation/checkout history > >https://bugs.koha-community.org/show_bug.cgi?id=31281 >--- > .../intranet-tmpl/prog/en/modules/members/readingrec.tt | 7 +++++++ > .../opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 6 ++++++ > 2 files changed, 13 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index d1df0e1e68..56d328e41a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -74,6 +74,7 @@ > <th class="anti-the">Title</th> > <th>Author</th> > <th>Call number</th> >+ <th>Vol info</th> > <th>Barcode</th> > <th>Number of renewals</th> > <th>Checked out on</th> >@@ -110,6 +111,12 @@ > [% issue.itemcallnumber | html %] > [% END %] > </td> >+ >+ <td> >+ [% IF issue.enumchron %] >+ [% issue.enumchron | html %] >+ [% END %] >+ </td> > > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | uri %]&biblionumber=[% issue.biblionumber | uri %]&bi=[% issue.biblioitemnumber | uri %]#item[% issue.itemnumber | uri %]">[% issue.barcode | html %]</a></td> > <td> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 1e4f7d6f3e..dc003b3ed4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -101,6 +101,7 @@ > <th class="anti-the">Title</th> > <th>Item type</th> > <th>Call number</th> >+ <th>Vol info</th> > <th>Date</th> > [% IF ( OPACMySummaryHTML ) %] > <th class="NoSort noExport">Links</th> >@@ -167,6 +168,11 @@ > <span class="tdlabel">Call number:</span> > [% issue.itemcallnumber | html %] > </td> >+ <td> >+ [% IF issue.enumchron %] >+ [% issue.enumchron %] >+ [% END %] >+ </td> > [% IF issue.returndate %] > <td data-order="[% issue.returndate | html %]"> > <span class="tdlabel">Check-in date:</span> >-- >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 21381
:
142033
|
142035
|
142087
|
142573
|
142582
|
142583
|
142584
|
142980
|
142981
|
142982
|
142983