Bug 33732

Summary: Intranet holdings table uses OPAC item images
Product: Koha Reporter: Mark Hofstetter <mark>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, jonathan.druart
Version: 22.11   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Mark Hofstetter 2023-05-14 15:32:55 UTC
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
Comment 1 Jonathan Druart 2023-05-16 08:04:56 UTC
I am not seeing that on master.
Comment 2 Katrin Fischer 2023-06-09 12:25:21 UTC
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>