From bebf64391f7a370b26d75811184383ddcbbe3c37 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 d6e944807e..dfb40af082 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -2003,7 +2003,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)