Bug 14607: (QA followup) Fix typo in shelfbrowser.inc
authorJesse Weaver <pianohacker@gmail.com>
Fri, 24 Jul 2015 20:33:56 +0000 (14:33 -0600)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 6 Oct 2015 14:09:53 +0000 (11:09 -0300)
Signed-off-by: Alexis Rodegerdts <arodegerdts@wallawallawa.gov>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc

index b0b2970..8c3fcd9 100644 (file)
@@ -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 &amp; Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" />
                                     [% ELSE %]