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

(-)a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t (-1 / +1 lines)
Lines 55-60 my $guarantee = $builder->build( Link Here
55
);
55
);
56
56
57
t::lib::Mocks::mock_preference( 'NoIssuesChargeGuarantees', '5.00' );
57
t::lib::Mocks::mock_preference( 'NoIssuesChargeGuarantees', '5.00' );
58
t::lib::Mocks::mock_preference( 'AllowFineOverride', '' );
58
59
59
my ( $issuingimpossible, $needsconfirmation ) = CanBookBeIssued( $patron, $item->{barcode} );
60
my ( $issuingimpossible, $needsconfirmation ) = CanBookBeIssued( $patron, $item->{barcode} );
60
is( $issuingimpossible->{DEBT_GUARANTEES}, undef, "Patron can check out item" );
61
is( $issuingimpossible->{DEBT_GUARANTEES}, undef, "Patron can check out item" );
61
- 

Return to bug 19307