From 9cb3679292a01b66199f344dda75e28a3e4346c7 Mon Sep 17 00:00:00 2001 From: Ethan Amohia 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 %] - + [% line.accounttype | html %] [% line.amount | $Price %] [% line.amountoutstanding | $Price %] -- 2.11.0