Bugzilla – Attachment 57521 Details for
Bug 17634
Unit test t/db_dependent/ArticleRequests.t is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17634: Fix circ dependency with require instead of use
Bug-17634-Fix-circ-dependency-with-require-instead.patch (text/plain), 777 bytes, created by
Jonathan Druart
on 2016-11-16 07:30:57 UTC
(
hide
)
Description:
Bug 17634: Fix circ dependency with require instead of use
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-11-16 07:30:57 UTC
Size:
777 bytes
patch
obsolete
>From af4ad66d513f664550e624685793604c8e617316 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 16 Nov 2016 07:29:45 +0000 >Subject: [PATCH] Bug 17634: Fix circ dependency with require instead of use > >This is definitely wrong but we won't have time to fix it correctly >before the release. >--- > Koha/ArticleRequest.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/ArticleRequest.pm b/Koha/ArticleRequest.pm >index 217e187..75318fd 100644 >--- a/Koha/ArticleRequest.pm >+++ b/Koha/ArticleRequest.pm >@@ -102,6 +102,7 @@ sub notify { > > my $status = $self->status; > >+ require C4::Letters; > if ( > my $letter = C4::Letters::GetPreparedLetter( > module => 'circulation', >-- >2.1.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 17634
:
57511
|
57512
|
57520
|
57521
|
57534
|
57535