Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Jonathan Druart 79e4aabc31
Bug 33155: Fix category and library filters in patron search header
Caused by
  commit f1925cf89d
  Bug 7380: Rename filter to avoid confusion

     [% IF categorycode %]
-        $("#categorycode_filter").val("[% categorycode %]");
+        $("#categorycode_filter").val("[% categorycode_filter %]");
     [% END %]
     [% IF branchcode %]
-        $("#branchcode_filter").val("[% branchcode %]");
+        $("#branchcode_filter").val("[% branchcode_filter %]");
     [% END %]

Forgot to rename the vars in the IF statements

Test plan:
Go to the Koha mainpage
Click "Search patrons" in the headers
Open the filters
Select something for library and category, search
=> The values must be picked for the patron search

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-07 15:01:24 -03:00
..
acqui Bug 32658: (follow-up) Use more unique variable name to avoid collisions 2023-03-06 14:45:22 -03:00
admin Bug 33000: (follow-up) Add spans for translatability 2023-03-06 14:45:20 -03:00
authorities Bug 29173: (QA follow-up) Match pop-over sizes 2023-02-09 10:21:23 -03:00
basket
batch
catalogue Bug 31028: (follow-up) Remove special:undefined 2023-03-07 14:54:38 -03:00
cataloguing Bug 31028: (follow-up) Remove special:undefined 2023-03-07 14:54:38 -03:00
circ Bug 31028: Add ability to report concerns from the staff interface 2023-03-06 11:23:17 -03:00
clubs
course_reserves Bug 20256: Use new methods 2023-02-02 11:59:26 -03:00
erm Bug 32983: ERM - Retrieve AVs from an endpoint 2023-03-02 14:46:09 -03:00
errors Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page 2023-02-27 11:39:31 -03:00
ill Bug 32576: Replace panels with page-sections 2023-03-02 09:37:43 -03:00
installer
labels Bug 32933: Use val() instead of attr("value") when getting field values with jQuery 2023-02-21 09:11:17 -03:00
mana
members Bug 33155: Fix category and library filters in patron search header 2023-03-07 15:01:24 -03:00
offline_circ
onboarding
patron_lists
patroncards Bug 32933: Use val() instead of attr("value") when getting field values with jQuery 2023-02-21 09:11:17 -03:00
plugins
pos Bug 32409: Fix cashup searching with non latin-1 chars 2023-02-02 11:59:26 -03:00
recalls
reports Bug 32613: Add database tables to autocomplete 2023-03-06 14:45:29 -03:00
reserve
reviews
rotating_collections
serials Bug 33014: (QA follow-up) Move filters before navigation in sidebar 2023-02-24 17:04:20 -03:00
services
suggestion Bug 33002: Restore "Archive selected" for archiving multiple suggestions 2023-02-21 09:10:45 -03:00
tags Bug 31768: Add tools toolbar to tags page 2023-02-07 10:31:12 -03:00
test
tools Bug 31028: Add configurable help text and templates 2023-03-06 11:23:17 -03:00
virtualshelves Bug 32933: Use val() instead of attr("value") when getting field values with jQuery 2023-02-21 09:11:17 -03:00
about.tt Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page 2023-02-27 11:39:31 -03:00
auth.tt
intranet-main.tt Bug 31028: Only show pending concerns if there are some 2023-03-06 11:23:17 -03:00