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

(-)a/t/db_dependent/Koha/Patron.t (-3 lines)
Lines 395-402 subtest 'extended_attributes' => sub { Link Here
395
        }
395
        }
396
    )->store;
396
    )->store;
397
397
398
    my $attribute_type3 = $builder->build_object({ class => 'Koha::Patron::Attribute::Types' });
399
400
    my $new_library = $builder->build( { source => 'Branch' } );
398
    my $new_library = $builder->build( { source => 'Branch' } );
401
    my $attribute_type_limited = Koha::Patron::Attribute::Type->new(
399
    my $attribute_type_limited = Koha::Patron::Attribute::Type->new(
402
        { code => 'my code3', description => 'my description3' } )->store;
400
        { code => 'my code3', description => 'my description3' } )->store;
403
- 

Return to bug 27857