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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-4 / +1 lines)
Lines 56-64 $(document).ready(function() { Link Here
56
                $(toggle_to+"[for='"+input_label+"']").next().prop('checked', $(this).next().prop('checked') );
56
                $(toggle_to+"[for='"+input_label+"']").next().prop('checked', $(this).next().prop('checked') );
57
                return;
57
                return;
58
            }
58
            }
59
            if( $(this).next().val() != '' ) {
59
            $(toggle_to+"[for='"+input_label+"']").next().val(  $(this).next().val() );
60
                $(toggle_to+"[for='"+input_label+"']").next().val(  $(this).next().val() );
61
            }
62
        });
60
        });
63
61
64
        $(".toggler").toggle();
62
        $(".toggler").toggle();
65
- 

Return to bug 18598