Bug 20912: (QA follow-up) Set daily charge to 0 for item type not being used for...
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 31 Oct 2018 19:14:03 +0000 (15:14 -0400)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 7 Mar 2019 17:27:36 +0000 (17:27 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
t/db_dependent/Circulation.t

index 6b5d14b..04d2759 100755 (executable)
@@ -1961,7 +1961,8 @@ subtest '_FixAccountForLostAndReturned' => sub {
                 notforloan         => undef,
                 rentalcharge       => 0,
                 defaultreplacecost => undef,
-                processfee         => $processfee_amount
+                processfee         => $processfee_amount,
+                rental_charge_daily => 0,
             }
         }
     );