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

(-)a/t/db_dependent/Circulation.t (-2 / +2 lines)
Lines 1961-1967 subtest '_FixAccountForLostAndReturned' => sub { Link Here
1961
                notforloan         => undef,
1961
                notforloan         => undef,
1962
                rentalcharge       => 0,
1962
                rentalcharge       => 0,
1963
                defaultreplacecost => undef,
1963
                defaultreplacecost => undef,
1964
                processfee         => $processfee_amount
1964
                processfee         => $processfee_amount,
1965
                rental_charge_daily => 0,
1965
            }
1966
            }
1966
        }
1967
        }
1967
    );
1968
    );
1968
- 

Return to bug 20912