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

(-)a/koha-tmpl/intranet-tmpl/prog/js/patron-restrictions.js (-1 / +1 lines)
Lines 1-4 Link Here
1
$(document).ready(function(){
1
$(document).ready(function(){
2
    $("#other_reason").hide();
2
    $("#other_reason").on('change', function(){
3
    $("#other_reason").on('change', function(){
3
        $("#rcomment").val($(this).val());
4
        $("#rcomment").val($(this).val());
4
    });
5
    });
5
- 

Return to bug 38776