From 06b2f31489fe94f52424ff106e9558b735b99984 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 31 Oct 2018 15:14:03 -0400 Subject: [PATCH] Bug 20912: (QA follow-up) Set daily charge to 0 for item type not being used for test --- t/db_dependent/Circulation.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index d10de60b45..8f9475302f 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -1996,7 +1996,8 @@ subtest '_FixAccountForLostAndReturned' => sub { notforloan => undef, rentalcharge => 0, defaultreplacecost => undef, - processfee => $processfee_amount + processfee => $processfee_amount, + rental_charge_daily => 0, } } ); -- 2.17.2 (Apple Git-113)