@@ -, +, @@ --- .../prog/en/modules/circ/circulation.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -131,7 +131,7 @@ var allcheckboxes = $(".checkboxed"); $(this).removeAttr("checked"); } else { $(this).attr("checked","checked"); - // radioCheckBox($(this)); + radioCheckBox($(this)); } }); } --