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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +1 lines)
Lines 986-992 Using this account is not recommended because some parts of Koha will not functi Link Here
986
                    };
986
                    };
987
987
988
                    $.ajax({
988
                    $.ajax({
989
                        url: '/cgi-bin/koha/svc/patron_notes/',
989
                        url: '/cgi-bin/koha/svc/checkout_notes/',
990
                        type: 'POST',
990
                        type: 'POST',
991
                        dataType: 'json',
991
                        dataType: 'json',
992
                        data: ajaxData,
992
                        data: ajaxData,
(-)a/opac/svc/patron_notes (-2 / +1 lines)
Lines 34-40 use Koha::Patrons; Link Here
34
34
35
=head1 NAME
35
=head1 NAME
36
36
37
svc/patron_notes - Web service for setting patron notes on items
37
svc/checkout_notes - Web service for setting patron notes on items
38
38
39
=head1 DESCRIPTION
39
=head1 DESCRIPTION
40
40
41
- 

Return to bug 18915