Bugzilla – Attachment 17595 Details for
Bug 8294
enumeration should show in copy specific hold menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8294: Fix display of serial enumeration for OPAC holds
Bug-8294-Fix-display-of-serial-enumeration-for-OPA.patch (text/plain), 2.12 KB, created by
Jonathan Druart
on 2013-04-22 14:03:35 UTC
(
hide
)
Description:
Bug 8294: Fix display of serial enumeration for OPAC holds
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-04-22 14:03:35 UTC
Size:
2.12 KB
patch
obsolete
>From 55fb98453f03fa442437085c8a779eea6448f948 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 14 Apr 2013 19:29:13 +0200 >Subject: [PATCH] Bug 8294: Fix display of serial enumeration for OPAC holds > >It turns out that this was not a missing but a broken feature. >This patch corrects the template variables to make enumchron >show up on the item table for item level holds in the OPAC. > >To test: >Try to place item level holds on >1) a record where at least one item >2) a record where none of the items >has items.enumchron information. > >The column with enumchron should only show for 1), but not >for 2). > >Signed-off-by: David Cook <dcook@prosentient.com.au> > >Works as described. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt >index 8a8bd03..65b177b 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt >@@ -433,7 +433,7 @@ > <th>Last location</th> > [% END %] > <th>Call number</th> >- [% IF ( bibitemloo.itemdata_enumchron ) %] >+ [% IF ( itemdata_enumchron ) %] > <th>Vol info</th> > [% END %] > <th>Information</th> >@@ -464,7 +464,7 @@ > <td class="holdingbranch">[% itemLoo.holdingBranchName %]</td> > [% END %] > <td class="call_no">[% itemLoo.callNumber %]</td> >- [% IF ( itemLoo.itemdata_enumchron ) %]<!-- test --> >+ [% IF ( itemdata_enumchron ) %] > <td class="vol_info">[% itemLoo.enumchron %]</td> > [% END %] > <td class="information"> >-- >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 8294
:
10432
|
17422
|
17433
| 17595