Bugzilla – Attachment 126644 Details for
Bug 29279
Holds ratio report not sorting correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29279: Use class for targets
Bug-29279-Use-class-for-targets.patch (text/plain), 1.62 KB, created by
Jonathan Druart
on 2021-10-21 08:20:54 UTC
(
hide
)
Description:
Bug 29279: Use class for targets
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-10-21 08:20:54 UTC
Size:
1.62 KB
patch
obsolete
>From ebeab7322200a62cf5c252619cc5090b45c789db Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 21 Oct 2021 10:19:55 +0200 >Subject: [PATCH] Bug 29279: Use class for targets > >--- > .../intranet-tmpl/prog/en/modules/circ/reserveratios.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >index 00922b26487..3bb679fe9f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >@@ -54,12 +54,12 @@ > <th>Holds</th> > <th>Items</th> > <th>Hold ratio</th> >- <th>Title</th> >+ <th class="anti-the">Title</th> > <th>Home libraries</th> > <th>Holding libraries</th> > <th>Location</th> > <th>Itype</th> >- <th>Call numbers</th> >+ <th class="natural">Call numbers</th> > <th>Items needed</th> > </tr> > </thead> >@@ -196,8 +196,8 @@ > KohaTable("holdst", { > "aaSorting": [ [2,'desc'], [3,'asc'] ], > "aoColumnDefs": [ >- { "aTargets": [ 8 ], "sType": "natural" }, >- { "aTargets": [ 3 ], "sType": "anti-the" }, >+ { "sType": "anti-the", "aTargets" : [ "anti-the" ] }, >+ { "sType": "natural", "aTargets" : [ "natural" ] }, > ], > "sPaginationType": "full", > "autoWidth": false >-- >2.25.1
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 29279
:
126529
|
126530
|
126552
| 126644