diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index c860ed6832..25dabca52e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -130,7 +130,7 @@ var allcheckboxes = $(".checkboxed"); $(this).removeAttr("checked"); } else { $(this).attr("checked","checked"); - // radioCheckBox($(this)); + radioCheckBox($(this)); } }); }