Bugzilla – Attachment 87521 Details for
Bug 12166
Improve display of hold charges in patron account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12166: (follow-up) Fix sequence of columns in OPAC
Bug-12166-follow-up-Fix-sequence-of-columns-in-OPA.patch (text/plain), 1.33 KB, created by
Owen Leonard
on 2019-04-08 13:30:50 UTC
(
hide
)
Description:
Bug 12166: (follow-up) Fix sequence of columns in OPAC
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-04-08 13:30:50 UTC
Size:
1.33 KB
patch
obsolete
>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> </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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12166
:
85399
|
87423
|
87472
|
87473
|
87475
|
87478
|
87479
|
87520
|
87521
|
87584
|
87585
|
87586
|
87587