28 May
2026
28 May
'26
9 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42708 --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 199635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199635&action=edit Bug 42708: (bug 41566 follow-up) Restore display of itemtype images
- [% UNLESS noItemTypeImages %] + if (prefs.noItemTypeImages){
This is wrong! Test plan: Go to /cgi-bin/koha/catalogue/detail.pl?biblionumber=4 Notice that with this patch the "Book" icon is displayed Turn off noItemTypeImages and reload => It's now hidden! Without this patch the behavior is reversed Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.