Bug 16344: Fix test in GetHardDueDate.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 24 May 2017 15:27:47 +0000 (12:27 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 24 May 2017 15:29:43 +0000 (12:29 -0300)
t/db_dependent/Circulation/GetHardDueDate.t

index 77fd42f..c2b831f 100644 (file)
@@ -145,6 +145,7 @@ my $sampleissuingrule1 = {
     holds_per_record   => 1,
     article_requests   => 'yes',
     no_auto_renewal_after => undef,
+    no_auto_renewal_after_hard_limit => undef,
 };
 my $sampleissuingrule2 = {
     branchcode         => $samplebranch2->{branchcode},