Bugzilla – Attachment 81087 Details for
Bug 15486
Restrict number of holds placed by day
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15486: Fix failing test in GetHardDueDate.t
Bug-15486-Fix-failing-test-in-GetHardDueDatet.patch (text/plain), 861 bytes, created by
Jonathan Druart
on 2018-10-24 20:08:34 UTC
(
hide
)
Description:
Bug 15486: Fix failing test in GetHardDueDate.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-10-24 20:08:34 UTC
Size:
861 bytes
patch
obsolete
>From a46db8b27cb849a1bf9d4aef5dd17d95372385b3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 24 Oct 2018 17:08:05 -0300 >Subject: [PATCH] Bug 15486: Fix failing test in GetHardDueDate.t > >--- > t/db_dependent/Circulation/GetHardDueDate.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Circulation/GetHardDueDate.t b/t/db_dependent/Circulation/GetHardDueDate.t >index b39c32c3c9..a50e06bcce 100644 >--- a/t/db_dependent/Circulation/GetHardDueDate.t >+++ b/t/db_dependent/Circulation/GetHardDueDate.t >@@ -147,6 +147,7 @@ my $sampleissuingrule1 = { > no_auto_renewal_after => undef, > no_auto_renewal_after_hard_limit => undef, > suspension_chargeperiod => 1, >+ holds_per_day => undef, > }; > my $sampleissuingrule2 = { > branchcode => $samplebranch2->{branchcode}, >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15486
:
65128
|
65129
|
65130
|
65131
|
65132
|
65133
|
67202
|
67203
|
67204
|
67205
|
67206
|
67207
|
67337
|
67840
|
67841
|
67842
|
67843
|
67844
|
67845
|
68728
|
68729
|
68730
|
68731
|
68732
|
68733
|
68734
|
68735
|
68750
|
68751
|
68752
|
68791
|
71314
|
71315
|
71316
|
71317
|
71318
|
71319
|
72709
|
79318
|
79319
|
79320
|
79321
|
79322
|
79323
|
79324
|
79696
|
79697
|
79698
|
79699
|
79700
|
79701
|
79702
|
80478
|
80479
|
80480
|
80481
|
80482
|
80483
|
80484
| 81087