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

(-)a/t/db_dependent/Circulation.t (-2 / +2 lines)
Lines 1950-1956 subtest '_FixAccountForLostAndReturned' => sub { Link Here
1950
                notforloan         => undef,
1950
                notforloan         => undef,
1951
                rentalcharge       => 0,
1951
                rentalcharge       => 0,
1952
                defaultreplacecost => undef,
1952
                defaultreplacecost => undef,
1953
                processfee         => $processfee_amount
1953
                processfee         => $processfee_amount,
1954
                rental_charge_daily => 0,
1954
            }
1955
            }
1955
        }
1956
        }
1956
    );
1957
    );
1957
- 

Return to bug 20912