From 673684f35068354e1f6eac8b9af542bdc394c393 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 7 May 2020 07:22:34 -0400 Subject: [PATCH] Bug 15985: Move new column to the right of checkout date --- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 2b44804f16..4c9ac34add 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -47,13 +47,13 @@   Actions Account type - Checked out from Description Date Barcode Due date Checkin date Checkout date + Checked out from Payment note Amount Amount outstanding @@ -86,9 +86,6 @@ [% PROCESS account_type_description account=line %] - - [% line.checkout.library.branchname | html %] - [%- IF line.description %][% line.description | html %][% END %] [% IF line.itemnumber %]([% line.item.biblio.title | html %])[% END %] @@ -116,6 +113,9 @@ [% line.checkout.issuedate | $KohaDates %] [% END %] + + [% line.checkout.library.branchname | html %] + Add note @@ -128,7 +128,7 @@ - Total due: + Total due: [% total | $Price %] [% IF outstanding_credits.total_outstanding < 0 %] -- 2.24.2 (Apple Git-127)