Bugzilla – Attachment 170063 Details for
Bug 37141
Add option to display completed bookings from patron page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37141: (follow-up) Move filter_expired to outer scope
Bug-37141-follow-up-Move-filterexpired-to-outer-sc.patch (text/plain), 1.08 KB, created by
Paul Derscheid
on 2024-08-05 13:46:52 UTC
(
hide
)
Description:
Bug 37141: (follow-up) Move filter_expired to outer scope
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-08-05 13:46:52 UTC
Size:
1.08 KB
patch
obsolete
>From 2b07234610fb4517352595a4d9b5edc7b3f713b5 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Mon, 5 Aug 2024 12:37:05 +0000 >Subject: [PATCH] Bug 37141: (follow-up) Move filter_expired to outer scope > >This allows access by the bookings-tab and the expired_filter click handlers >which are both required for the state change to work. >--- > koha-tmpl/intranet-tmpl/prog/js/tables/bookings.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/tables/bookings.js b/koha-tmpl/intranet-tmpl/prog/js/tables/bookings.js >index 7461ce9488..22af9db15c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/tables/bookings.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/tables/bookings.js >@@ -3,8 +3,8 @@ > var bookings_table; > $(document).ready(function () { > // Load bookings table on tab selection >+ let filter_expired = true; > $("#bookings-tab").on("click", function () { >- let filter_expired = true; > let additional_filters = { > patron_id: patron_borrowernumber, > end_date: function () { >-- >2.46.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 37141
:
167934
|
168420
|
170057
|
170063
|
170064
|
170081
|
170082
|
170083
|
170088
|
170089
|
170090
|
170091