Bug 19804: Fix test in GetHardDueDate.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 9 Apr 2018 20:33:37 +0000 (17:33 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 9 Apr 2018 20:44:19 +0000 (17:44 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Circulation/GetHardDueDate.t

index b5a571b..b39c32c 100644 (file)
@@ -146,6 +146,7 @@ my $sampleissuingrule1 = {
     article_requests   => 'yes',
     no_auto_renewal_after => undef,
     no_auto_renewal_after_hard_limit => undef,
+    suspension_chargeperiod => 1,
 };
 my $sampleissuingrule2 = {
     branchcode         => $samplebranch2->{branchcode},