https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36154 --- Comment #63 from Esther Melander <esther.melander@bywatersolutions.com> --- I tested using a sandbox, so there may be some anomalies because of it. 1. I enabled the plugin and could see cover images on the bibliographic detail view of the record from both Staff and OPAC. 2. Added items with an ISBN to a list. The cover images did not load and were not viewable in the list from the Staff side. However, I could see the cover images in a public list from the OPAC. 3. Checked out an item to a patron. The cover image did not load in the patron summary or reading history list, though the column was present and said "Image from BDS" 4. Enabled local cover images and uploaded a local cover image to a title. The local cover image appeared along side all of the examples except for the Staff list, which did not load any cover images. This is the html I saw for the shelf-browser, which I do not think was mal-formed as the images appeared in the OPAC. <div class="cover-image local-coverimg"> <a href="/cgi-bin/koha/opac-image.pl?imagenumber=1" title="Local cover image"> <img src="/cgi-bin/koha/opac-image.pl?thumbnail=1&imagenumber=1" alt="Local cover image" data-link="/cgi-bin/koha/opac-imageviewer.pl?biblionumber=343&imagenumber=1" /> </a> <div class="hint">Local cover image</div> </div> From what I can see, the only problems were the cover images (local and from BDS) not loading in the list from the Staff interface, patron summary, and reading history. This could be an anomaly due to using a sandbox. If I can test with my dev box, I will try, but other testers are welcome to step-in. -- You are receiving this mail because: You are watching all bug changes.