Bugzilla – Attachment 96869 Details for
Bug 23113
members/pay.tt account_grp is not longer used
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
Andrew Isherwood
on 2020-01-07 10:17:38 UTC
(
hide
)
Description:
Bug 23112: (follow-up) Fix test as per feedback
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2020-01-07 10:17:38 UTC
Size:
845 bytes
patch
obsolete
>From fa281d83f1ca6dcd5d21bb7eed982985541e3827 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 392043202f..4d6afd6784 100644 >--- a/Koha/Illrequest.pm >+++ b/Koha/Illrequest.pm >@@ -1223,7 +1223,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 23113
:
96869
|
96889
|
97952
|
98006