[Koha-bugs] [Bug 5687] Add preference for display of AuthorisedValueImages at staff search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 4 08:46:03 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5687

--- Comment #5 from M. de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list