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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +1 lines)
Lines 849-855 Link Here
849
            if ( $('#clubs-tab').length ) {
849
            if ( $('#clubs-tab').length ) {
850
                $('#clubs-tab-link').on('click', function() {
850
                $('#clubs-tab-link').on('click', function() {
851
                    $('#clubs-tab').text(_("Loading..."));
851
                    $('#clubs-tab').text(_("Loading..."));
852
                    $('#clubs-tab').load('/cgi-bin/koha/clubs/patron-clubs-tab.pl?borrowernumber=[% borrowernumber | html %]');
852
                    $('#clubs-tab').load('/cgi-bin/koha/clubs/patron-clubs-tab.pl?borrowernumber=[% patron.borrowernumber | html %]');
853
                });
853
                });
854
            }
854
            }
855
855
856
- 

Return to bug 24060