From 9673fa711a1966631c94b8e593918a885217d8eb 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

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
---
 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 68619d9..80fc6c5 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>&nbsp;</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.1.4