Bugzilla – Attachment 53075 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: (follow-up)Serial enumchron/sequence not visible when returning/checking in Items
Bug-15172-follow-upSerial-enumchronsequence-not-vi.patch (text/plain), 2.03 KB, created by
Jonathan Druart
on 2016-07-04 09:25:23 UTC
(
hide
)
Description:
Bug 15172: (follow-up)Serial enumchron/sequence not visible when returning/checking in Items
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-07-04 09:25:23 UTC
Size:
2.03 KB
patch
obsolete
>From 34f12dc610d321c2826fdffee7fef5d0c366cc01 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Wed, 2 Dec 2015 10:56:25 -0600 >Subject: [PATCH] Bug 15172: (follow-up)Serial enumchron/sequence not visible > when returning/checking in Items >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Display br and span tag only if the value enumchron exists. > >To test >-Apply patches >-Follow the previous test plan >-Checkin whichever material (e.g., book) without sequence or enumchrom >-Open up source code for checkin page, search under title and >verify that b and span tags do not appear > >Signed-off-by: Alain et Aurélie <aurelie.berut@enssib.fr> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >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 77a2bc2..fbfbd0c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -636,8 +636,10 @@ $(document).ready(function () { > <td class="ci-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber %]"> > [% riloo.itemtitle |html %] > </a> >- <br/> >- <span class="item_enumeration" style="white-space: nowrap;">[% riloo.enumchron %]</span> >+ [% IF ( riloo.enumchron ) %] >+ <br/> >+ <span class="item_enumeration" style="white-space: nowrap;">[% riloo.enumchron %]</span> >+ [% END %] > </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> >-- >2.8.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