Bugzilla – Attachment 44736 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]
Bug 15172 - Serial enumchron/sequence not visible when returning/checking in Items
Bug-15172---Serial-enumchronsequence-not-visible-w.patch (text/plain), 2.12 KB, created by
Olli-Antti Kivilahti
on 2015-11-11 11:28:03 UTC
(
hide
)
Description:
Bug 15172 - Serial enumchron/sequence not visible when returning/checking in Items
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2015-11-11 11:28:03 UTC
Size:
2.12 KB
patch
obsolete
>From 8371047faa84858d58ffe454e066495329c182b7 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] Bug 15172 - Serial enumchron/sequence not visible when > returning/checking in Items > >Displays the items.enumchron-column in returns.pl when checking in Items. > >Pending web testing >--- > 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 483a150..cb0531e 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -574,6 +574,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 b8f322c..9a7c6b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -531,7 +531,11 @@ $(document).ready(function () { > [% END %] > </td> > <td><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>[% riloo.itemauthor %]</td> > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber %]&itemnumber=[% riloo.itemnumber %]#item[% riloo.itemnumber %]">[% riloo.barcode %]</a></td> > <td>[% riloo.homebranch %]</td> >-- >1.9.1
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