From 0c615cca13b166057fd6547b873129c5cedceb23 Mon Sep 17 00:00:00 2001 From: Katrin Fischer <katrin.fischer.83@web.de> 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 @@ <tr> [% IF ENABLE_OPAC_PAYMENTS %]<th> </th>[% END %] <th class="title-string">Date</th> - <th>Description</th> <th>Type</th> + <th>Description</th> <th>Fine amount</th> <th>Amount outstanding</th> </tr> @@ -113,4 +113,4 @@ </form> [% ELSE %] <h4>You have no fines or charges</h4> -[% END %] \ No newline at end of file +[% END %] -- 2.11.0