Bugzilla – Attachment 48272 Details for
Bug 15841
Final truth value in C4:Circulation has become displaced
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15841 Circulation module's true value misplaced
Bug-15841-Circulation-modules-true-value-misplaced.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2016-02-22 10:58:00 UTC
(
hide
)
Description:
Bug 15841 Circulation module's true value misplaced
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-22 10:58:00 UTC
Size:
1.03 KB
patch
obsolete
>From 2fb97664bb1ccb69ab3f0231ea22cb5a80abb039 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Wed, 17 Feb 2016 12:47:56 +0000 >Subject: [PATCH] Bug 15841 Circulation module's true value misplaced >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >1; was not at the end of the module as it should be >to ensure compilation returns true >return it to last line of code where it should be > >This patch fixes an ovious mistake. >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index f30b385..3bede51 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -3942,7 +3942,6 @@ sub GetAgeRestriction { > return ($restriction_year); > } > >-1; > > =head2 GetPendingOnSiteCheckouts > >@@ -4035,6 +4034,7 @@ sub GetTopIssues { > return @$rows; > } > >+1; > __END__ > > =head1 AUTHOR >-- >2.7.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 15841
:
48165
|
48267
| 48272