Bugzilla – Attachment 69840 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.59 KB, created by
Aleisha Amohia
on 2017-12-17 23:48:23 UTC
(
hide
)
Description:
Bug 18915: Renaming svc/patron_notes to svc/checkout_notes
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-12-17 23:48:23 UTC
Size:
1.59 KB
patch
obsolete
>From d46951ae5e345a8c607b937a2bd1dbce67ff879e 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. >--- > 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 78344ce..1f0b000 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -986,7 +986,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