When viewing the bibliographic detail page in the staff interface with Coce images enabled, the Coce cover image is wrapped in a link: <a class="p1" href="/cgi-bin/koha/catalogue/[% DetailPage | html %]?biblionumber=[% biblionumber | url %]"> The "DetailPage" variable hasn't been defined so the link is broken. Rather than fix the variable I suggest we remove the link, since linking to the detail page from the detail page doesn't make any sense.
Created attachment 106520 [details] [review] Bug 25924: Remove broken link from detail page Coce image This patch removes the broken link around the Coce image on the bibliographic detail page in the staff interface. Even a working link to the detail page from the detail page isn't useful. To test you must have Coce configured and enabled in the staff client. Apply the patch and view the bibliographic detail page in the staff interface for a record which has a Coce cover image. The Coce image should not be linked to anything.
This patch was made obsolete by Bug 25031 *** This bug has been marked as a duplicate of bug 25031 ***