https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42708
--- Comment #3 from Laura Escamilla <[email protected]> --- Created attachment 199679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199679&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 <[email protected]> Signed-off-by: Laura_Escamilla <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
