https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40205 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #6 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- This still exists in main, to recreate: 1. Add at least one rule to the default-circulation-rules table that contains a patron category. 2. Now add a "Default checkout, hold and return policy" rule. 3. Inspect the "Unset" button: <a href="#" class="delete-branch-cat btn btn-default btn-xs" data-categorycode="T" data-branch="*"><i class="fa fa-undo"></i> Unset</a> It is erroneously passing in categorycode from the default-circulation-rules, it needs to be set as *. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.