Bugzilla – Attachment 79711 Details for
Bug 15136
Display item's homebranch in patron's fines list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15136: (follow-up) Fix 'Filter paid transactions' button
Bug-15136-follow-up-Fix-Filter-paid-transactions-b.patch (text/plain), 1.11 KB, created by
Nick Clemens (kidclamp)
on 2018-10-01 12:43:57 UTC
(
hide
)
Description:
Bug 15136: (follow-up) Fix 'Filter paid transactions' button
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-10-01 12:43:57 UTC
Size:
1.11 KB
patch
obsolete
>From 476e3142304a91a67a68caf958e7e5b9e64da7ad Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 1 Oct 2018 12:42:55 +0000 >Subject: [PATCH] Bug 15136: (follow-up) Fix 'Filter paid transactions' button > >--- > 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 1f64b17..81d3e09 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.1.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 15136
:
44630
|
44644
|
44671
|
44681
|
44682
|
71559
|
71560
|
76112
|
76308
|
77174
|
79711