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

(-)a/t/db_dependent/Circulation.t (-2 / +2 lines)
Lines 1996-2002 subtest '_FixAccountForLostAndReturned' => sub { Link Here
1996
                notforloan         => undef,
1996
                notforloan         => undef,
1997
                rentalcharge       => 0,
1997
                rentalcharge       => 0,
1998
                defaultreplacecost => undef,
1998
                defaultreplacecost => undef,
1999
                processfee         => $processfee_amount
1999
                processfee         => $processfee_amount,
2000
                rental_charge_daily => 0,
2000
            }
2001
            }
2001
        }
2002
        }
2002
    );
2003
    );
2003
- 

Return to bug 20912