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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 lines)
Lines 530-536 Link Here
530
                $(".futuredate").parent().append(requiredDiv);
530
                $(".futuredate").parent().append(requiredDiv);
531
            }
531
            }
532
        }
532
        }
533
        $(".holddatefrom,.futuredate").prop("readOnly", true);
534
533
535
        $(".checkitem").parent().click(function(e){
534
        $(".checkitem").parent().click(function(e){
536
            if(e.target.tagName.toLowerCase() == 'td'){
535
            if(e.target.tagName.toLowerCase() == 'td'){
537
- 

Return to bug 34923