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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +5 lines)
Lines 891-897 Link Here
891
            });
891
            });
892
892
893
            $("#view_guarantees_finesandcharges").on("click", function () {
893
            $("#view_guarantees_finesandcharges").on("click", function () {
894
                $("#guarantees_finesandcharges-tab").click();
894
                bootstrap.Tab
895
                    .getOrCreateInstance(
896
                        document.getElementById("guarantees_finesandcharges-tab")
897
                    )
898
                    .show();
895
            });
899
            });
896
900
897
            $("#cancellation-reason").comboBox({
901
            $("#cancellation-reason").comboBox({
898
- 

Return to bug 41692