https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43110 --- Comment #5 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 202249 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202249&action=edit Bug 43110: (bug 28308 follow-up) Disable checkboxes on the detail view Checkboxes must be disabled on the detail page as we cannot submit the changes. Test plan: 1 - Edit a patron, set a value for advance notices, do not check any transports 2 - View the details for the patron: http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=5 3 - Note the checkboxes are disabled QA: The logic is a bit weird as messaging_form_inactive is not set if the pref is off, but the table is not displayed in this case. Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.