[Koha-bugs] [Bug 33155] New: Category and library filters from header patron search not taken into account

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 7 13:55:14 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33155

            Bug ID: 33155
           Summary: Category and library filters from header patron search
                    not taken into account
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: Patrons
          Assignee: jonathan.druart+koha at gmail.com
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com
        Depends on: 7380

Caused by 
  commit f1925cf89dbc1039fc48abfabad1472289387148
  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


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7380
[Bug 7380] Can't filter patron search on detail page
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list