View | Details | Raw Unified | Return to bug 9289
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 130-136 var allcheckboxes = $(".checkboxed"); Link Here
130
                    $(this).removeAttr("checked");
130
                    $(this).removeAttr("checked");
131
                } else {
131
                } else {
132
                    $(this).attr("checked","checked");
132
                    $(this).attr("checked","checked");
133
                  //  radioCheckBox($(this));
133
                    radioCheckBox($(this));
134
                }
134
                }
135
           });
135
           });
136
        }
136
        }
137
- 

Return to bug 9289