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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8648
          Assignee: jcam...@cpbibliography.com
           Summary: searchResults uses SQL query rather than
                    GetMarcFromKohaField
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: jcam...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to