Bugzilla – Attachment 84110 Details for
Bug 20527
"label" tag linked to the wrong "input" tag (wrong "for" attribute) in paycollect.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20527: Removing focus from payment note
Bug-20527-Removing-focus-from-payment-note.patch (text/plain), 1.21 KB, created by
Ethan
on 2019-01-17 01:09:22 UTC
(
hide
)
Description:
Bug 20527: Removing focus from payment note
Filename:
MIME Type:
Creator:
Ethan
Created:
2019-01-17 01:09:22 UTC
Size:
1.21 KB
patch
obsolete
>From 9cb3679292a01b66199f344dda75e28a3e4346c7 Mon Sep 17 00:00:00 2001 >From: Ethan Amohia <ethan.amohia@gmail.com> >Date: Thu, 17 Jan 2019 01:08:37 +0000 >Subject: [PATCH] Bug 20527: Removing focus from payment note > >Did not mean to leave this in. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >index 33c8fbfec7..b58c4e66e3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -107,7 +107,7 @@ > [%- IF line.description %], [% line.description | html %][% END %] > [% IF line.title %]([% line.title | html %])[% END %] > </td> >- <td><input type="text" class="focus" name="payment_note_[% line.accountlines_id | html %]" /></td> >+ <td><input type="text" name="payment_note_[% line.accountlines_id | html %]" /></td> > <td>[% line.accounttype | html %]</td> > <td class="debit" style="text-align: right;">[% line.amount | $Price %]</td> > <td class="debit" style="text-align: right;">[% line.amountoutstanding | $Price %]</td> >-- >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 20527
:
84034
|
84100
|
84110
|
84130
|
84131
|
115494
|
115536
|
115568
|
115570