View | Details | Raw Unified | Return to bug 36395
Collapse All | Expand All

(-)a/admin/marc_subfields_structure.pl (-3 lines)
Lines 101-108 if ( $op eq 'add_form' ) { Link Here
101
101
102
    # build authorised value list
102
    # build authorised value list
103
    $sth2->finish;
103
    $sth2->finish;
104
    $sth2 = $dbh->prepare("select distinct category from authorised_values");
105
    $sth2->execute;
106
    my @authorised_values= Koha::AuthorisedValueCategories->search->get_column('category_name');
104
    my @authorised_values= Koha::AuthorisedValueCategories->search->get_column('category_name');
107
105
108
    # build thesaurus categories list
106
    # build thesaurus categories list
109
- 

Return to bug 36395