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

(-)a/t/db_dependent/Circulation.t (-1 lines)
Lines 5767-5773 subtest "CanBookBeIssued + needsconfirmation message" => sub { Link Here
5767
        priority => 1,
5767
        priority => 1,
5768
        found => undef,
5768
        found => undef,
5769
        suspend => 0,
5769
        suspend => 0,
5770
        item_group_id => $item->item_group
5771
    }});
5770
    }});
5772
5771
5773
    my ( $error, $needsconfirmation, $alerts, $messages );
5772
    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