[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 14:42:01 CET 2011


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

--- Comment #6 from Chris Nighswonger <cnighswonger at foundations.edu> 2011-02-04 13:42:01 UTC ---
(In reply to comment #5)
> 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.


I see it now. It is part of the newresults array in search.pl.

So a couple of questions:

1. How do I get authorised_value_images to populate?

2. Can you attach screen shots showing what the problem is and what the fix
looks like?

Thanks

-- 
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