@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- opac/svc/{patron_notes => checkout_notes} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename opac/svc/{patron_notes => checkout_notes} (98%) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -989,7 +989,7 @@ Using this account is not recommended because some parts of Koha will not functi }; $.ajax({ - url: '/cgi-bin/koha/svc/patron_notes/', + url: '/cgi-bin/koha/svc/checkout_notes/', type: 'POST', dataType: 'json', data: ajaxData, --- a/opac/svc/patron_notes +++ a/opac/svc/patron_notes @@ -34,7 +34,7 @@ use Koha::Patrons; =head1 NAME -svc/patron_notes - Web service for setting patron notes on items +svc/checkout_notes - Web service for setting patron notes on items =head1 DESCRIPTION --