@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc @@ -58,7 +58,7 @@
[% 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 ) %] See Baker & Taylor [% ELSE %] --