Bugzilla – Attachment 100107 Details for
Bug 23112
Add circulation process to inter-library loans
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23112: (follow-up) Fix test as per feedback
Bug-23112-follow-up-Fix-test-as-per-feedback.patch (text/plain), 845 bytes, created by
Nick Clemens (kidclamp)
on 2020-03-04 12:11:34 UTC
(
hide
)
Description:
Bug 23112: (follow-up) Fix test as per feedback
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-03-04 12:11:34 UTC
Size:
845 bytes
patch
obsolete
>From 2704c608031d7ebf52b563e0ecdc08712be74c06 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Tue, 7 Jan 2020 10:16:58 +0000 >Subject: [PATCH] Bug 23112: (follow-up) Fix test as per feedback > >As per comment #48 > >https://bugs.koha-community.org/show_bug.cgi?id=23113 >--- > Koha/Illrequest.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Illrequest.pm b/Koha/Illrequest.pm >index a0c9402322..e81997f8ce 100644 >--- a/Koha/Illrequest.pm >+++ b/Koha/Illrequest.pm >@@ -1222,7 +1222,7 @@ sub check_out { > $issue_args[0] = $patron->unblessed; > my $issue = C4::Circulation::AddIssue(@issue_args); > >- if ($issue && %{$issue}) { >+ if ($issue) { > # Update the request status > $self->status('CHK')->store; > return { >-- >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 23112
:
91987
|
91988
|
91989
|
91990
|
91991
|
92000
|
92001
|
92002
|
92003
|
92004
|
93530
|
93531
|
93532
|
93533
|
93534
|
93958
|
94264
|
94265
|
94266
|
94267
|
94268
|
94269
|
95565
|
95566
|
95567
|
95568
|
95569
|
95570
|
96834
|
96870
|
99910
|
99911
|
99912
|
99913
|
99914
|
99915
|
99916
|
99917
|
100100
|
100101
|
100102
|
100103
|
100104
|
100105
|
100106
|
100107
|
100108
|
100169
|
100224
|
100225
|
100252
|
100253
|
100254
|
100255
|
100256
|
100257
|
100258
|
100259
|
100260
|
100261
|
100262
|
100263