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

(-)a/t/db_dependent/SIP/Transaction.t (-2 / +1 lines)
Lines 34-40 subtest fill_holds_at_checkout => sub { Link Here
34
    plan tests => 6;
34
    plan tests => 6;
35
35
36
36
37
    my $category = $builder->build({ source => 'Category' });
37
    my $category = $builder->build({ source => 'Category', value => { category_type => 'A' }});
38
    my $branch   = $builder->build({ source => 'Branch' });
38
    my $branch   = $builder->build({ source => 'Branch' });
39
    my $borrower = $builder->build({ source => 'Borrower', value =>{
39
    my $borrower = $builder->build({ source => 'Borrower', value =>{
40
        branchcode => $branch->{branchcode},
40
        branchcode => $branch->{branchcode},
41
- 

Return to bug 23211