Bugzilla – Attachment 79744 Details for
Bug 21462
"Filter paid transactions" stopped working after html-table was changed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21462: (bug 15136 follow-up) Shift column numbering
Bug-21462-bug-15136-follow-up-Shift-column-numberi.patch (text/plain), 1.29 KB, created by
Jonathan Druart
on 2018-10-01 16:24:35 UTC
(
hide
)
Description:
Bug 21462: (bug 15136 follow-up) Shift column numbering
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-10-01 16:24:35 UTC
Size:
1.29 KB
patch
obsolete
>From 5d8098fc3b04c1a8fdf64522585311bf6c811972 Mon Sep 17 00:00:00 2001 >From: Johan Larsson <johan.larsson@ub.gu.se> >Date: Mon, 1 Oct 2018 14:48:54 +0200 >Subject: [PATCH] Bug 21462: (bug 15136 follow-up) Shift column numbering > >Wrong column was selected for filtering the table. >This was caused by changing the hmtl-structure of the table > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index 1f64b17b90..81d3e094dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -143,7 +143,7 @@ > var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408 > $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter); > } >- table_account_fines.fnFilter(filteredValue, 4, true, false); >+ table_account_fines.fnFilter(filteredValue, 5, true, false); > $(this).toggleClass('filtered'); > }); > >-- >2.11.0
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 21462
:
79713
| 79744