Bugzilla – Attachment 70462 Details for
Bug 18915
Creating a checkout note (patron note) sends an incomplete email message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18915: Renaming svc/patron_notes to svc/checkout_notes
Bug-18915-Renaming-svcpatronnotes-to-svccheckoutno.patch (text/plain), 1.87 KB, created by
Marcel de Rooy
on 2018-01-12 10:35:40 UTC
(
hide
)
Description:
Bug 18915: Renaming svc/patron_notes to svc/checkout_notes
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-01-12 10:35:40 UTC
Size:
1.87 KB
patch
obsolete
>From 12d6937fb45078f5007bf402555392f4633becda Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Sun, 17 Dec 2017 23:42:36 +0000 >Subject: [PATCH] Bug 18915: Renaming svc/patron_notes to svc/checkout_notes >Content-Type: text/plain; charset=utf-8 > >For consistency. > >Signed-off-by: Marjorie Barry-Vila <marjorie.barry-vila@collecto.ca> > >https://bugs.koha-community.org/show_bug.cgi?id=19801 > >Signed-off-by: Marjorie Vila <marjorie.barry-vila@collecto.ca> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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%) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 35cf5a0..1c26a4f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/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, >diff --git a/opac/svc/patron_notes b/opac/svc/checkout_notes >similarity index 98% >rename from opac/svc/patron_notes >rename to opac/svc/checkout_notes >index eeed099..43091da 100755 >--- a/opac/svc/patron_notes >+++ b/opac/svc/checkout_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 > >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18915
:
64937
|
66518
|
69839
|
69840
|
70376
|
70377
|
70378
|
70460
|
70461
| 70462 |
70463
|
70492