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

(-)a/t/db_dependent/Circulation.t (-1 lines)
Lines 5717-5723 subtest "CanBookBeIssued + needsconfirmation message" => sub { Link Here
5717
        priority => 1,
5717
        priority => 1,
5718
        found => undef,
5718
        found => undef,
5719
        suspend => 0,
5719
        suspend => 0,
5720
        item_group_id => $item->item_group
5721
    }});
5720
    }});
5722
5721
5723
    my ( $error, $needsconfirmation, $alerts, $messages );
5722
    my ( $error, $needsconfirmation, $alerts, $messages );
(-)a/t/lib/TestBuilder.pm (-2 / +2 lines)
Lines 602-608 sub _gen_default_values { Link Here
602
            pickup_location => 0,
602
            pickup_location => 0,
603
        },
603
        },
604
        Reserve => {
604
        Reserve => {
605
            non_priority => 0,
605
            non_priority  => 0,
606
            item_group_id => undef,
606
        },
607
        },
607
        Itemtype => {
608
        Itemtype => {
608
            rentalcharge => 0,
609
            rentalcharge => 0,
609
- 

Return to bug 32353