https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23482

--- Comment #5 from Nick Clemens <n...@bywatersolutions.com> ---
(In reply to Katrin Fischer from comment #4)
> Comment on attachment 95661 [details] [review]
> Bug 23482: Fix BakerTaylor cover images on lists
> 
> Review of attachment 95661 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt
> @@ +360,5 @@
> > +                                                                <span 
> > class="no-image">No cover image available</span>
> > +                                                            [% END %]
> > +                                                        [% END %]
> > +
> > +                                                        [% IF ( 
> > Koha.Preference('BakerTaylorEnabled') && 
> > Koha.Preference('BakerTaylorBookstoreURL') ) %]
> 
> Not sure why you start a new IF block here - conditions and variables appear
> to be the same as on the check right before it?

One is:
 !Koha.Preference('BakerTaylorBookstoreURL')
The other is:
 Koha.Preference('BakerTaylorBookstoreURL')

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to