From: Kyle M Hall Date: Wed, 31 Oct 2018 19:14:03 +0000 (-0400) Subject: Bug 20912: (QA follow-up) Set daily charge to 0 for item type not being used for... X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=dde914e1f14875aaee15ee6bbfe03739c6859130;p=koha.git 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 Signed-off-by: Nick Clemens --- 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, } } );