Bugzilla – Attachment 115353 Details for
Bug 27457
Set focus for cursor to Debit type code field when creating new debit type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27457: Set focus for cursor to Debit type code field
Bug-27457-Set-focus-for-cursor-to-Debit-type-code-.patch (text/plain), 1.06 KB, created by
Catherine
on 2021-01-19 20:40:14 UTC
(
hide
)
Description:
Bug 27457: Set focus for cursor to Debit type code field
Filename:
MIME Type:
Creator:
Catherine
Created:
2021-01-19 20:40:14 UTC
Size:
1.06 KB
patch
obsolete
>From 2c850722b8af6e9cff04f1b1bd657b24f1bef867 Mon Sep 17 00:00:00 2001 >From: Catherine Ma <catherinem2003@gmail.com> >Date: Tue, 19 Jan 2021 20:34:25 +0000 >Subject: [PATCH] Bug 27457: Set focus for cursor to Debit type code field > >Test Plan: >1.Click administration >2.Click debit types >3.Click new debit type >4.Check if the cursor is in the first form field (it shouldn't) >5.Add patch >6.Repeat steps 1-3 >7.Check if the cursor is in the first form field (it should) >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >index 5bd38430e4..c291c43041 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >@@ -209,7 +209,7 @@ > [% INCLUDE 'datatables.inc' %] > > <script> >- $(document).ready(function(){ >+ $(document).ready(function() { > > $("#code").focus(); > >-- >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 27457
:
115272
|
115273
|
115346
|
115353
|
115354
|
115461
|
115478
|
115518