Bugzilla – Attachment 70378 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.78 KB, created by
Biblibre Sandboxes
on 2018-01-09 15:50:00 UTC
(
hide
)
Description:
Bug 18915: Renaming svc/patron_notes to svc/checkout_notes
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2018-01-09 15:50:00 UTC
Size:
1.78 KB
patch
obsolete
>From dcb79fac63fa9d3d2b618eba7d67d6392afa865c 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 > >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> >--- > 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.7.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