Bugzilla – Attachment 112925 Details for
Bug 26633
Add advanced editor for transfer limits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26633: Fix indirect object notation
Bug-26633-Fix-indirect-object-notation.patch (text/plain), 850 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-11-03 14:16:15 UTC
(
hide
)
Description:
Bug 26633: Fix indirect object notation
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-11-03 14:16:15 UTC
Size:
850 bytes
patch
obsolete
>From aa65233cdea64caf355f51852c5f62906c9f68fa Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 25 Oct 2020 02:54:54 +0200 >Subject: [PATCH] Bug 26633: Fix indirect object notation > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > admin/transfer_limits.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/transfer_limits.pl b/admin/transfer_limits.pl >index 98801efa63b..2bca55f4f3e 100755 >--- a/admin/transfer_limits.pl >+++ b/admin/transfer_limits.pl >@@ -27,7 +27,7 @@ use C4::Koha; > use C4::Circulation > qw{ IsBranchTransferAllowed DeleteBranchTransferLimits CreateBranchTransferLimit }; > >-my $input = new CGI; >+my $input = CGI->new; > > my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > { >-- >2.29.2
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 26633
:
111380
|
111381
|
112327
|
112328
|
112330
|
112437
|
112438
|
112587
|
112778
|
112779
|
112780
|
112781
|
112782
|
112923
|
112924
|
112925
|
112926
|
112927
|
112928
|
112929
|
113053
|
113265
|
113266
|
113267
|
113268
|
113269
|
113270
|
113271
|
113272
|
113273
|
113274
|
113275
|
113676
|
113677
|
113961
|
116612
|
116613
|
116952
|
116953
|
116954
|
116955
|
116956
|
116957
|
116958
|
116959
|
116960
|
116961
|
116962
|
116963
|
116964