http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5687 --- Comment #5 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2011-02-04 07:46:02 UTC --- Thank you for testing. Like to respond to your comments however: The TMPL_VAR is set in a module: C4/Search.pm, searchResults (called by catalogue/search.pl) $oldbiblio->{'authorised_value_images'} = C4::Items::get_authorised_value_images( C4::Biblio::get_biblio_authorised_values( $oldbiblio->{'biblionumber'}, $marcrecord ) ); It certainly shows up. See the example below. I eliminated it by first testing with the template. I do not suspect any syntax problem here. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.