Koha/koha-tmpl/intranet-tmpl/prog/en/modules/members
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
..
accountline-details.tt
apikeys.tt
boraccount.tt Bug 32182: Replace static tabs markup with Bootstrap 2022-11-16 09:35:14 -03:00
deletemem.tt
discharge.tt Bug 32199: (follow-up) Add page-section to list of validated discharges 2022-11-16 09:29:07 -03:00
discharges.tt
files.tt
holdshistory.tt
housebound.tt Bug 32757: Make 'Save changes' button on housebound details yellow 2023-02-20 09:54:18 -03:00
ill-requests.tt Bug 32576: Move page-section outside of table include 2023-03-02 09:37:42 -03:00
mancredit.tt Bug 32182: Replace static tabs markup with Bootstrap 2022-11-16 09:35:14 -03:00
maninvoice.tt Bug 32182: Replace static tabs markup with Bootstrap 2022-11-16 09:35:14 -03:00
member-flags.tt
member-password.tt
member.tt Bug 33155: Fix category and library filters in patron search header 2023-03-07 15:01:24 -03:00
memberentrygen.tt Bug 31890: Add surname to PrefillGuaranteeField system pref 2023-02-20 09:44:18 -03:00
members-update.tt Bug 32605: (follow-up) Additional fixes 2023-02-15 09:22:05 -03:00
merge-patrons.tt
moremember-brief.tt
moremember-print.tt
moremember.tt Bug 31563: (follow-up) Add missing TT filters 2023-02-27 08:38:30 -03:00
notices.tt
pay.tt Bug 32182: Replace static tabs markup with Bootstrap 2022-11-16 09:35:14 -03:00
paycollect.tt Bug 33095: Text is white on white when hovering over pay/writeoff buttons in paycollect 2023-03-06 14:45:26 -03:00
printfeercpt.tt
printinvoice.tt
printnotice.tt
purchase-suggestions.tt
readingrec.tt Bug 30642: (follow-up) Remove use of deleted file 2023-02-14 10:27:13 -03:00
recallshistory.tt
routing-lists.tt
search.tt
statistics.tt
two_factor_auth.tt
update-child.tt