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

(-)a/t/db_dependent/ILSDI_Services.t (-1 / +1 lines)
Lines 836-841 subtest 'GetRecords' => sub { Link Here
836
        { frameworkcode => $biblio->frameworkcode, tagfield => "245", tagsubfield => "a" } );
836
        { frameworkcode => $biblio->frameworkcode, tagfield => "245", tagsubfield => "a" } );
837
    $framework_f245a->hidden('8');
837
    $framework_f245a->hidden('8');
838
    $framework_f245a->store();
838
    $framework_f245a->store();
839
    Koha::Caches->get_instance()->flush_all;
839
840
840
    my $patron = $builder->build(
841
    my $patron = $builder->build(
841
        {
842
        {
842
- 

Return to bug 41012