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 131-137 var allcheckboxes = $(".checkboxed"); Link Here
131
                    $(this).removeAttr("checked");
131
                    $(this).removeAttr("checked");
132
                } else {
132
                } else {
133
                    $(this).attr("checked","checked");
133
                    $(this).attr("checked","checked");
134
                  //  radioCheckBox($(this));
134
                    radioCheckBox($(this));
135
                }
135
                }
136
           });
136
           });
137
        }
137
        }
138
- 

Return to bug 9289