Bugzilla – Attachment 42396 Details for
Bug 13781
Relative's checkouts table is missing one column heading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CAM 2146 - Bug 13781 - Fix relatives's checkouts missing heading columns
CAM-2146---Bug-13781---Fix-relativess-checkouts-mi.patch (text/plain), 1.64 KB, created by
Genevieve Plantin
on 2015-09-04 13:17:08 UTC
(
hide
)
Description:
CAM 2146 - Bug 13781 - Fix relatives's checkouts missing heading columns
Filename:
MIME Type:
Creator:
Genevieve Plantin
Created:
2015-09-04 13:17:08 UTC
Size:
1.64 KB
patch
obsolete
>From b3f7ca9912c3e93161d8087db5ee8137afd31831 Mon Sep 17 00:00:00 2001 >From: genevieve <genevieve.plantin@inlibro.com> >Date: Fri, 4 Sep 2015 09:15:26 -0400 >Subject: [PATCH] CAM 2146 - Bug 13781 - Fix relatives's checkouts missing > heading columns > >There was two missing heading columns (location and fine) and one hidden heading missing column (this hidden column is needing for sorting the table) it was taking the due_date column for the hidden column, so I added them >--- > .../prog/en/modules/members/moremember.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index e3ca832..f781c98 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -444,13 +444,16 @@ function validate1(date) { > <table id="relatives-issues-table" style="width: 100% !Important;"> > <thead> > <tr> >+ <th scope="col">Due date hidden not formatted</th> > <th scope="col">Due date</th> > <th scope="col">Title</th> > <th scope="col">Item type</th> >+ <th scope="col">Location</th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> > <th scope="col">Call no</th> > <th scope="col">Charge</th> >+ <th scope="col">Fine</th> > <th scope="col">Price</th> > <th scope="col">Patron</th> > </tr> >-- >1.7.9.5
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 13781
:
36376
|
42396
|
42459
|
42460
|
42461
|
42501
|
42502