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