Bug 12166: (follow-up) Fix sequence of columns in OPAC
authorKatrin Fischer <katrin.fischer.83@web.de>
Sat, 6 Apr 2019 13:16:56 +0000 (13:16 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 11 Apr 2019 12:16:19 +0000 (12:16 +0000)
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc

index 68619d9..80fc6c5 100644 (file)
@@ -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>
     </form>
 [% ELSE %]
     <h4>You have no fines or charges</h4>
-[% END %]
\ No newline at end of file
+[% END %]