[Koha-bugs] [Bug 8648] New: searchResults uses SQL query rather than GetMarcFromKohaField

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 15 18:34:27 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8648
          Assignee: jcamins at cpbibliography.com
           Summary: searchResults uses SQL query rather than
                    GetMarcFromKohaField
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: jcamins at 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.


More information about the Koha-bugs mailing list