https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23912
Fridolin SOMERS <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #7 from Fridolin SOMERS <[email protected]> --- I think it needs review to use code like in Bug 26323. And also : Why is there in C4::Search::getRecords my $av = Koha::AuthorisedValues->search({ category => 'CCODE', authorised_value => $one_facet }); When the description is fetched in template : [% IF facets_loo.type_label_CollectionCodes %][% SET facet.facet_label_value = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => facet.facet_label_value, opac =>1 ) || facet.facet_label_value %][% END %] Shouldn't we better add code for location facet that is like for ccode ? And remove AV manipulation from C4::Search. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
