[Koha-bugs] [Bug 36395] New: Useless fetch of AV categories in admin/marc_subfields_structure.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 22 10:11:03 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36395

            Bug ID: 36395
           Summary: Useless fetch of AV categories in
                    admin/marc_subfields_structure.pl
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.druart at gmail.com
          Reporter: jonathan.druart at gmail.com
        QA Contact: testopia at bugs.koha-community.org

# build authorised value list
     $sth2->finish;
     $sth2 = $dbh->prepare("select distinct category from authorised_values");
     $sth2->execute;
     my @authorised_values=
Koha::AuthorisedValueCategories->search->get_column('category_name');

$sth2 is never fetched.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list