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

(-)a/t/db_dependent/Circulation.t (-2 / +2 lines)
Lines 2003-2009 subtest '_FixAccountForLostAndReturned' => sub { Link Here
2003
                notforloan         => undef,
2003
                notforloan         => undef,
2004
                rentalcharge       => 0,
2004
                rentalcharge       => 0,
2005
                defaultreplacecost => undef,
2005
                defaultreplacecost => undef,
2006
                processfee         => $processfee_amount
2006
                processfee         => $processfee_amount,
2007
                rental_charge_daily => 0,
2007
            }
2008
            }
2008
        }
2009
        }
2009
    );
2010
    );
2010
- 

Return to bug 20912