http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9737
--- Comment #10 from Jonathan Druart <[email protected]> --- (In reply to comment #9) > 2) In the bug branch, you should be getting the local cover image and 2 "no > cover image available" blocks. That's correct behaviour. > > -- > > From the sounds of it, you're getting the correct behaviour. Hum.. ok :) It was what I got but to me it is a regression. I don't get why it is the expected behavior, could you explain please? By adding some tests, we can decide not to display the second one. It could be fix with something like: [% IF ( GoogleJackets ) %] [% IF isbn %] ... [% ELSE %] [% UNLESS SyndeticsCoverImages OR OPACAmazonCoverImages OR ... %] No cover image available [% END %] [% END %] [% END %] And others for OpenLibraryCovers and BakerTaylorEnabled, etc. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
