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

(-)a/t/db_dependent/AuthorisedValues.t (-1 / +2 lines)
Lines 124-129 subtest 'search_by_*_field + find_by_koha_field + get_description' => sub { Link Here
124
    $loc_cat->delete if $loc_cat;
124
    $loc_cat->delete if $loc_cat;
125
    my $mss = Koha::MarcSubfieldStructures->search( { tagfield => 952, tagsubfield => 'c', frameworkcode => '' } );
125
    my $mss = Koha::MarcSubfieldStructures->search( { tagfield => 952, tagsubfield => 'c', frameworkcode => '' } );
126
    $mss->delete if $mss;
126
    $mss->delete if $mss;
127
    $mss = Koha::MarcSubfieldStructures->search( { tagfield => 952, tagsubfield => 'c', frameworkcode => 'ACQ' } );
128
    $mss->delete if $mss;
127
    $mss = Koha::MarcSubfieldStructures->search( { tagfield => 952, tagsubfield => 'd', frameworkcode => '' } );
129
    $mss = Koha::MarcSubfieldStructures->search( { tagfield => 952, tagsubfield => 'd', frameworkcode => '' } );
128
    $mss->delete if $mss;
130
    $mss->delete if $mss;
129
    $mss = Koha::MarcSubfieldStructures->search( { tagfield => 952, tagsubfield => '5', frameworkcode => '' } );
131
    $mss = Koha::MarcSubfieldStructures->search( { tagfield => 952, tagsubfield => '5', frameworkcode => '' } );
130
- 

Return to bug 18748