Bugzilla – Attachment 79713 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]
wrong column was selected for filtering the table. This was caused by changing the hmtl-structure of the table
wrong-column-was-selected-for-filtering-the-table-.patch (text/plain), 1.24 KB, created by
Johan Larsson
on 2018-10-01 13:01:40 UTC
(
hide
)
Description:
wrong column was selected for filtering the table. This was caused by changing the hmtl-structure of the table
Filename:
MIME Type:
Creator:
Johan Larsson
Created:
2018-10-01 13:01:40 UTC
Size:
1.24 KB
patch
obsolete
>From 0a6b543e54449db4a26af4a96fc392bb78e701d1 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] wrong column was selected for filtering the table. This was > caused by changing the hmtl-structure of the table > >https://bugs.koha-community.org/show_bug.cgi?id=21462 >--- > 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.14.3 (Apple Git-98)
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