Bugzilla – Attachment 43158 Details for
Bug 14607
Make Baker & Taylor cover images accessible by UPC as well as ISBN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14607: (QA followup) Fix typo in shelfbrowser.inc
Bug-14607-QA-followup-Fix-typo-in-shelfbrowserinc.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2015-10-06 11:14:27 UTC
(
hide
)
Description:
Bug 14607: (QA followup) Fix typo in shelfbrowser.inc
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-10-06 11:14:27 UTC
Size:
1.48 KB
patch
obsolete
>From 13be4ebf9bd536cb1998ca82b3cfc84f50c30636 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <pianohacker@gmail.com> >Date: Fri, 24 Jul 2015 14:33:56 -0600 >Subject: [PATCH] Bug 14607: (QA followup) Fix typo in shelfbrowser.inc > >Signed-off-by: Alexis Rodegerdts <arodegerdts@wallawallawa.gov> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >index b0b2970..8c3fcd9 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >@@ -58,7 +58,7 @@ > <div title="[% item.biblionumber |url %]" class="[% coce_id %]" id="coce-thumbnail-preview-[% coce_id %]"></div> > [% END %] > [% IF ( BakerTaylorEnabled ) %] >- [% bt_id = ( item.browser_normalized_upc || item.browser_normalized_upc ) %] >+ [% bt_id = ( item.browser_normalized_upc || item.browser_normalized_isbn ) %] > [% IF ( bt_id ) %] > <img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /> > [% ELSE %] >-- >2.1.0
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 14607
:
41393
|
41633
|
42253
|
42547
|
43018
|
43019
|
43157
| 43158 |
43159