https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13597
--- Comment #6 from Jonathan Druart <[email protected]> --- (In reply to Mason James from comment #5) > (In reply to Jonathan Druart from comment #4) > > I don't understand, on both interface I do not get the "no image" amazon > > image if [OPAC]LocalCoverImages prefs are set. > > Please detail how you get the before/after pic > > Jonathan, do you have 'AmazonCoverImages' enabled? yes > also, the bug only exists in staff interface, and (afaik) 'LocalCoverImages' > syspref is not related to this bug I have: MariaDB [koha]> select variable, value from systempreferences where variable like "%coverimages%"; +-------------------------+-------+ | variable | value | +-------------------------+-------+ | AmazonCoverImages | 1 | | LocalCoverImages | 1 | | OPACAmazonCoverImages | 1 | | OPACLocalCoverImages | 1 | | SyndeticsCoverImages | 0 | | SyndeticsCoverImageSize | MC | +-------------------------+-------+ On master, I have set a local cover image for 1 record and not for another one. Launch a search, I get the local cover image for the first record and the "No cover image available" for the other one. Switching off LocalCoverImages, I get the amazon "No image available" image -- 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/
