https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40686 Bug ID: 40686 Summary: Permission for "Bookable" on moredetail.pl different from updateitem.pl Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com This is a fairly minor bug. On ./koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt you need CAN_user_circulate to be able to update the "Bookable" property. However, on ./catalogue/updateitem.pl the permission that is required is circulate_remaining_permissions. CAN_user_circulate means that you have at least 1 circulate subpermission. So you can see the update form, but if you try to do it without circulate_remaining_permissions, it'll show you a login screen. Fortunately, this one is an easy fix. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.