From f4bd2064c2157459d24662c5c701bd28e419cf21 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 Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- 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 6b5d14be99..04d27591df 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -1961,7 +1961,8 @@ subtest '_FixAccountForLostAndReturned' => sub { notforloan => undef, rentalcharge => 0, defaultreplacecost => undef, - processfee => $processfee_amount + processfee => $processfee_amount, + rental_charge_daily => 0, } } ); -- 2.20.1