Bugzilla – Attachment 129211 Details for
Bug 29543
Self-checkout allows returning everybody's loans
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29543: Remove inputfocus variable
Bug-29543-Remove-inputfocus-variable.patch (text/plain), 1.49 KB, created by
Katrin Fischer
on 2022-01-08 20:17:41 UTC
(
hide
)
Description:
Bug 29543: Remove inputfocus variable
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-01-08 20:17:41 UTC
Size:
1.49 KB
patch
obsolete
>From c2b0ea7c53830437210ee929db50e0aa19c00f24 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Jan 2022 11:25:12 +0100 >Subject: [PATCH] Bug 29543: Remove inputfocus variable > >It's not used in template > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > opac/sco/sco-main.pl | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/opac/sco/sco-main.pl b/opac/sco/sco-main.pl >index cab91b7a4b..4dbd97aabe 100755 >--- a/opac/sco/sco-main.pl >+++ b/opac/sco/sco-main.pl >@@ -28,8 +28,6 @@ > # The checkout permission comes form the CGI cookie/session of a staff user. > # The patron is not really logging in here in the same way as they do on the > # rest of the OPAC. So don't confuse loggedinuser with the patron user. >-# >-# FIXME: inputfocus not really used in TMPL > > use Modern::Perl; > >@@ -255,7 +253,6 @@ elsif ( $patron && ( $op eq 'checkout' ) ) { > confirm => "Issuing title: " . $item->biblio->title, > barcode => $barcode, > hide_main => 1, >- inputfocus => 'confirm', > ); > } > } >@@ -334,10 +331,7 @@ if ($patron) { > opacnote => $patron->opacnote, > ); > >- my $inputfocus = ($return_only == 1) ? 'returnbook' : >- ($confirm_required == 1) ? 'confirm' : 'barcode' ; > $template->param( >- inputfocus => $inputfocus, > nofines => 1, > > ); >-- >2.30.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 29543
:
129022
|
129023
|
129024
|
129025
|
129026
|
129031
|
129032
|
129033
|
129034
|
129035
|
129036
|
129037
|
129039
|
129133
|
129210
| 129211 |
129212
|
129213
|
129214
|
129215
|
129216
|
129217
|
129679