Bugzilla – Attachment 34438 Details for
Bug 13371
Add filters to the supplier list view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13371: Fix filtering on numbers
0008-Bug-13371-Fix-filtering-on-numbers.patch (text/plain), 3.39 KB, created by
Paola Rossi
on 2014-12-15 16:04:24 UTC
(
hide
)
Description:
Bug 13371: Fix filtering on numbers
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2014-12-15 16:04:24 UTC
Size:
3.39 KB
patch
obsolete
>From 063d434f3b94c39c79dd09cc48e5d225c1f60c54 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 10 Dec 2014 10:59:19 +0100 >Subject: [PATCH 8/9] Bug 13371: Fix filtering on numbers > >This patch fixes a weird bug on some instances. >Since the sort is disabled on this table, we don't care on the type of >the data. >It should allow to filter on all columns of the table. > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > .../prog/en/modules/acqui/booksellers.tt | 30 +++++++++----------- > 1 file changed, 14 insertions(+), 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index afb285a..1c987c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -59,11 +59,11 @@ $(document).ready(function() { > 'bUseColVis': true, > 'aoColumns': [ > null, >- { type: 'number' }, > { type: 'text' }, >- { type: 'number' }, >- { type: 'number' }, >- { type: 'number' }, >+ { type: 'text' }, >+ { type: 'text' }, >+ { type: 'text' }, >+ { type: 'text' }, > { type: 'text' }, > { type: 'date-range' }, > { type: 'text' }, >@@ -141,8 +141,8 @@ $(document).ready(function() { > <th class='NoVisible'>bookseller</th> > <th>No.</th> > <th>Name</th> >- <th class="title-numeric">Item count</th> >- <th class="title-numeric">Biblio count</th> >+ <th>Item count</th> >+ <th>Biblio count</th> > <th>Items expected</th> > <th>Created by</th> > <th class="title-string">Date</th> >@@ -184,18 +184,16 @@ $(document).ready(function() { > <td>[% basket.basketno %]</td> > <td>[% basket.basketname %]</td> > <td> >- <span title="[% basket.total_items %]">[% basket.total_items %] >- [% IF basket.total_items_cancelled %] >- ([% basket.total_items_cancelled %] cancelled) >- [% END %] >- </span> >+ [% basket.total_items %] >+ [% IF basket.total_items_cancelled %] >+ ([% basket.total_items_cancelled %] cancelled) >+ [% END %] > </td> > <td> >- <span title="[% basket.total_biblios %]">[% basket.total_biblios %] >- [% IF basket.total_biblios_cancelled %] >- ([% basket.total_biblios_cancelled %] cancelled) >- [% END %] >- </span> >+ [% basket.total_biblios %] >+ [% IF basket.total_biblios_cancelled %] >+ ([% basket.total_biblios_cancelled %] cancelled) >+ [% END %] > </td> > <td>[% basket.expected_items %]</td> > <td> >-- >1.7.10.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 13371
:
34057
|
34058
|
34059
|
34167
|
34170
|
34275
|
34295
|
34296
|
34297
|
34298
|
34299
|
34306
|
34423
|
34424
|
34425
|
34433
|
34434
|
34435
|
34436
|
34437
|
34438
|
34439
|
36759
|
49014
|
49015
|
49016
|
49017
|
49018
|
49019
|
49020
|
49021
|
55235
|
55236
|
55237
|
55238
|
55239
|
55240
|
55241
|
55242
|
55243
|
55244
|
55245
|
55978
|
59312