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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +1 lines)
Lines 989-995 Using this account is not recommended because some parts of Koha will not functi Link Here
989
                    };
989
                    };
990
990
991
                    $.ajax({
991
                    $.ajax({
992
                        url: '/cgi-bin/koha/svc/patron_notes/',
992
                        url: '/cgi-bin/koha/svc/checkout_notes/',
993
                        type: 'POST',
993
                        type: 'POST',
994
                        dataType: 'json',
994
                        dataType: 'json',
995
                        data: ajaxData,
995
                        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 19801