https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23602

--- Comment #14 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
Augustin, can you please have a look at bug 23602? It looks like this patch set
broke the display of the item type in the table. 

This part in the template does no longer seem to work:
[% UNLESS Koha.Preference('noItemTypeImages') %]
                    <td>
                        [% SET image_location =
itemtype.image_location('intranet') %]
                        [% IF image_location %]<img src="[% image_location |
html %]" alt="" />[% ELSE %]&nbsp;[% END %]
                    </td>
[% END %]

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to