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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +3 lines)
Lines 1770-1776 Link Here
1770
                        $(toggle_to+"[for='"+input_label+"']").next().prop('checked', $(this).next().prop('checked') );
1770
                        $(toggle_to+"[for='"+input_label+"']").next().prop('checked', $(this).next().prop('checked') );
1771
                        return;
1771
                        return;
1772
                    }
1772
                    }
1773
                    $(toggle_to+"[for='"+input_label+"']").next().val(  $(this).next().val() );
1773
                    var source_input = $(this).nextAll(":input[name]").first();
1774
                    var target_input = $(toggle_to+"[for='"+input_label+"']").nextAll(":input[name]").first();
1775
                    target_input.val( source_input.val() );
1774
                });
1776
                });
1775
1777
1776
                $(".toggler").toggle();
1778
                $(".toggler").toggle();
1777
- 

Return to bug 41675