@@ -, +, @@ broken chose an arbitrary field, 942e. you configured. will include the record you edited. With AuthorisedValueImages ON, you should see the correct authorized value image. and configure it with no image. Perform your search again. You should see no image. --- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt @@ -445,10 +445,12 @@ $(document).ready(function(){ [% END %] [% END %] - [% IF ( SEARCH_RESULT.AuthorisedValueImages ) %] + [% IF ( AuthorisedValueImages ) %] [% FOREACH authorised_value_image IN SEARCH_RESULT.authorised_value_images %] - [% authorised_value_image.label %] + [% IF ( authorised_value_image.imageurl ) %] + [% authorised_value_image.label %] + [% END %] [% END %] [% END %] --