https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40205 --- Comment #7 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to Lucas Gass (lukeg) from comment #6)
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 *.
As a workaround until this is patched, manually changing that categorycode to * in the inspector will allow the Unset button to work. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.