Bugzilla – Attachment 44811 Details for
Bug 15172
Serial enumchron/sequence not visible when returning/checking in Items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15172 - Serial enumchron/sequence not visible when returning/checking in Items
SIGNED-OFFBug-15172---Serial-enumchronsequence-not.patch (text/plain), 2.76 KB, created by
Héctor Eduardo Castro Avalos
on 2015-11-12 16:43:58 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15172 - Serial enumchron/sequence not visible when returning/checking in Items
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-11-12 16:43:58 UTC
Size:
2.76 KB
patch
obsolete
>From 58aafdbfc054be5205d89f8d3e69b65c8ebc840f Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Wed, 11 Nov 2015 13:23:15 +0200 >Subject: [PATCH] [SIGNED-OFF]Bug 15172 - Serial enumchron/sequence not > visible when returning/checking in Items > >Displays the items.enumchron-column in returns.pl when checking in Items. > >Rewording commit > >To test: >-Checkout a barcode for serial with items generated in >Serials > New subscription or item in DB with items.enumchron-column >-Checkin the same barcode, the table Checked-in items will appear without >information about "Publications details (Vol. 400, No. 32)" >-Apply patch >-Checkout and checkin another item of the same serial title >-Notice about the Vol. 400, No. 32 below the serial title. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >items.enumchron-column display successful in returns.pl (Home>Circulation> >Check in) >--- > circ/returns.pl | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 +++++- > 2 files changed, 6 insertions(+), 1 deletion(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index bb47552..ba1019d 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -586,6 +586,7 @@ foreach ( sort { $a <=> $b } keys %returneditems ) { > $ri{itemtype} = $biblio->{'itemtype'}; > $ri{itemnote} = $biblio->{'itemnotes'}; > $ri{ccode} = $biblio->{'ccode'}; >+ $ri{enumchron} = $biblio->{'enumchron'}; > $ri{itemnumber} = $biblio->{'itemnumber'}; > $ri{barcode} = $bar_code; > $ri{homebranch} = $item->{'homebranch'}; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index ca23a94..91fbf8d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -580,7 +580,11 @@ $(document).ready(function () { > [% END %] > </td> > <td class="ci-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber %]"> >- [% riloo.itemtitle |html %]</a></td> >+ [% riloo.itemtitle |html %] >+ </a> >+ <br/> >+ <span class="item_enumeration" style="white-space: nowrap;">[% riloo.enumchron %]</span> >+ </td> > <td class="ci-author">[% riloo.itemauthor %]</td> > <td class="ci-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber %]&itemnumber=[% riloo.itemnumber %]#item[% riloo.itemnumber %]">[% riloo.barcode %]</a></td> > <td class="ci-homelibrary">[% riloo.homebranch %]</td> >-- >1.7.10.4
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 15172
:
44736
|
44811
|
45334
|
49642
|
49643
|
52944
|
52945
|
53074
|
53075