on the detail page in the intranet cgi-bin/koha/catalogue/detail.pl in the Holdings Table the image urls for the opac item images are used eg "opac-tmpl/bootstrap/itemtypeimg/bridge/book.png" and not the url to the intranet images like everywhere else <img src="/intranet-tmpl/prog/img/itemtypeimg/bridge/book.png" title="Books" alt="Books"> I am not sure if this intentional, but I doubt it thx Mark
I am not seeing that on master.
Hm, I just tested it too and not seeing it either. I see this on the staff interface detail page: <td class="itype"> <img src="/intranet-tmpl/prog/img/itemtypeimg/bridge/book.png" alt="Books" title="Books"> <span class="itypedesc itypetext">Books</span> </td>