Bugzilla – Attachment 100257 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) Call C4::Koha::GetAuthorisedValues
Bug-23112-follow-up-Call-C4KohaGetAuthorisedValues.patch (text/plain), 1.01 KB, created by
Nick Clemens (kidclamp)
on 2020-03-06 11:37:25 UTC
(
hide
)
Description:
Bug 23112: (follow-up) Call C4::Koha::GetAuthorisedValues
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-03-06 11:37:25 UTC
Size:
1.01 KB
patch
obsolete
>From 42f77e28d196df15faebfac944bc1fac346748d5 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Thu, 10 Oct 2019 15:41:58 +0100 >Subject: [PATCH] Bug 23112: (follow-up) Call C4::Koha::GetAuthorisedValues > >In response to the problem Magnus was experiencing in comment #28 & #29 >we now call GetAuthorisedValues by it's full path > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Illrequest/Logger.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Illrequest/Logger.pm b/Koha/Illrequest/Logger.pm >index e00a20ab98..45042a8ca0 100644 >--- a/Koha/Illrequest/Logger.pm >+++ b/Koha/Illrequest/Logger.pm >@@ -211,7 +211,7 @@ sub get_request_logs { > )->unblessed; > > # Populate a lookup table for status aliases >- my $aliases = GetAuthorisedValues('ILLSTATUS'); >+ my $aliases = C4::Koha::GetAuthorisedValues('ILLSTATUS'); > my $alias_hash; > foreach my $alias(@{$aliases}) { > $alias_hash->{$alias->{authorised_value}} = $alias; >-- >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