http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8648 Priority: P5 - low Change sponsored?: --- Bug ID: 8648 Assignee: jcamins@cpbibliography.com Summary: searchResults uses SQL query rather than GetMarcFromKohaField Severity: normal Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com Hardware: All Status: NEW Version: master Component: Architecture, internals, and plumbing Product: Koha Around line 1470-something: my $sth = $dbh->prepare( "SELECT tagfield FROM marc_subfield_structure WHERE kohafield LIKE 'items.itemnumber'" ); $sth->execute; -- You are receiving this mail because: You are watching all bug changes.