Bugzilla – Attachment 1265 Details for
Bug 3380
Serial enumeration / chronology should display in opac holds interface.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-BUG-3380-Serial-enumeration-chronology-should-dis.patch (text/plain), 2.90 KB, created by
Chris Cormack
on 2009-09-23 21:55:00 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-09-23 21:55:00 UTC
Size:
2.90 KB
patch
obsolete
>From 5fed9711312063340588a40d979c4b71081553db Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 23 Sep 2009 23:18:37 +0200 >Subject: [PATCH] BUG 3380: Serial enumeration / chronology should display in opac holds interface >Content-Type: text/plain; charset="utf-8" > >Shows items.enumchron / 952$h in opac hold interface, so that the user can place an item level hold >on a specific volume or issue. >--- > .../opac-tmpl/prog/en/modules/opac-reserve.tmpl | 7 +++++-- > opac/opac-reserve.pl | 1 + > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl >index 3ac7343..9cca500 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl >@@ -243,7 +243,7 @@ > <th>Hold Starts on Date</th> > <!-- /TMPL_IF --> > <!-- TMPL_IF NAME="OPACItemHolds" --> >- <th id="place_on_hdr" style="display:none">Place On:</th> >+ <th id="place_on_hdr" style="display:none">Place On</th> > <!-- /TMPL_IF --> > <!-- TMPL_UNLESS NAME="singleBranchMode" --> > <th>Pickup Location</th> >@@ -431,7 +431,10 @@ > <!-- TMPL_ELSE --> > <input disabled="disabled" type="radio" class="checkitem" name="checkitem" value="<!-- TMPL_VAR NAME="itemnumber" -->" /> > <img src="/intranet-tmpl/<!-- TMPL_VAR NAME="theme" -->/img/famfamfam/silk/cross.png" alt="Cannot be put on hold" title="Cannot be put on hold" /> >- <!-- /TMPL_IF --> <!-- TMPL_IF NAME="copynumber" --><!-- TMPL_VAR NAME="copynumber" --><!-- /TMPL_IF --> >+ <!-- /TMPL_IF --> >+ <!-- TMPL_IF NAME="enumchron" --><!-- TMPL_VAR NAME="enumchron" --><!-- TMPL_IF NAME="copynumber" -->, <!-- /TMPL_IF --> >+ <!-- /TMPL_IF --> >+ <!-- TMPL_IF NAME="copynumber" --><!-- TMPL_VAR NAME="copynumber" --><!-- /TMPL_IF --> > </td> > <!-- TMPL_IF NAME="item-level_itypes" --> > <td> >diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl >index 4471dff..8ecf631 100755 >--- a/opac/opac-reserve.pl >+++ b/opac/opac-reserve.pl >@@ -353,6 +353,7 @@ foreach my $biblioNum (@biblionumbers) { > $itemLoopIter->{barcode} = $itemInfo->{barcode}; > $itemLoopIter->{homeBranchName} = $branches->{$itemInfo->{homebranch}}{branchname}; > $itemLoopIter->{callNumber} = $itemInfo->{itemcallnumber}; >+ $itemLoopIter->{enumchron} = $itemInfo->{enumchron}; > $itemLoopIter->{copynumber} = $itemInfo->{copynumber}; > if ($itemLevelTypes) { > $itemLoopIter->{description} = $itemInfo->{description}; >-- >1.6.0.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 3380
:
1265
|
1266
|
1267
|
1268