Bugzilla – Attachment 73895 Details for
Bug 19804
Suspension calculation doesn't honor 'Suspension charging interval'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19804: Fix test in maxsuspensiondays.t
Bug-19804-Fix-test-in-maxsuspensiondayst.patch (text/plain), 925 bytes, created by
Jonathan Druart
on 2018-04-09 20:40:51 UTC
(
hide
)
Description:
Bug 19804: Fix test in maxsuspensiondays.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-09 20:40:51 UTC
Size:
925 bytes
patch
obsolete
>From 082590ed32dcfcf1087a66449c68ddb2a1951247 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 9 Apr 2018 17:39:35 -0300 >Subject: [PATCH] Bug 19804: Fix test in maxsuspensiondays.t > >We do not want a random value of suspension_chargeperiod from >TestBuilder >--- > t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t b/t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t >index 9e41b464fd..70fa799796 100644 >--- a/t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t >+++ b/t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t >@@ -41,6 +41,7 @@ $builder->build( > firstremind => 0, > finedays => 2, > lengthunit => 'days', >+ suspension_chargeperiod => 1, > } > } > ); >-- >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 19804
:
69783
|
69784
|
69785
|
69786
|
70404
|
70405
|
70406
|
70407
|
73665
|
73666
|
73667
|
73830
|
73831
|
73832
|
73833
|
73834
|
73894
| 73895