From 150acbca5143897eb15107ac0db98207bac75f45 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 6 Apr 2019 13:16:56 +0000 Subject: [PATCH] Bug 12166: (follow-up) Fix sequence of columns in OPAC Type and description column headings were switched. To test: - Check the table headings of the fines table in the OPAC fines table match the content --- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc index 68619d9783..80fc6c541e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -7,8 +7,8 @@ [% IF ENABLE_OPAC_PAYMENTS %] [% END %] Date - Description Type + Description Fine amount Amount outstanding @@ -113,4 +113,4 @@ [% ELSE %]

You have no fines or charges

-[% END %] \ No newline at end of file +[% END %] -- 2.11.0