Bugzilla – Attachment 7248 Details for
Bug 6328
Fine in days does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Merge remote-tracking branch 'origin/new/bug_6328'
Merge-remote-tracking-branch-originnewbug6328.patch (text/plain), 906 bytes, created by
Paul Poulain
on 2012-01-19 15:52:18 UTC
(
hide
)
Description:
Merge remote-tracking branch 'origin/new/bug_6328'
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-01-19 15:52:18 UTC
Size:
906 bytes
patch
obsolete
>From 0e9edb11026fab413540fe78ea88206cff433fcc Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Thu, 19 Jan 2012 16:44:01 +0100 >Subject: [PATCH] Bug 6328 follow-up, fixes Undefined subroutine > &C4::Circulation::Delta_Days > >The Delta_Days sub is called only when a patron that is already debarred must be debarred for a longer period. >This (rare) case probably hasn't be tested during QA, because the sub is not loaded. >Loading it fixes the problem > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > C4/Circulation.pm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index debef01..8d6f456 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -43,6 +43,7 @@ use Date::Calc qw( > Day_of_Week > Add_Delta_Days > check_date >+ Delta_Days > ); > use POSIX qw(strftime); > use C4::Branch; # GetBranches >-- >1.7.5.4
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 6328
:
4074
|
4098
|
4152
|
4153
|
4154
|
4155
|
4156
|
4186
|
4187
|
4188
|
4277
|
5283
|
5561
|
5841
|
6019
|
6421
|
6429
| 7248