Bugzilla – Attachment 70461 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: Giving CHECKOUT_NOTE access to issues table
Bug-18915-Giving-CHECKOUTNOTE-access-to-issues-tab.patch (text/plain), 1.17 KB, created by
Marcel de Rooy
on 2018-01-12 10:35:36 UTC
(
hide
)
Description:
Bug 18915: Giving CHECKOUT_NOTE access to issues table
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-01-12 10:35:36 UTC
Size:
1.17 KB
patch
obsolete
>From 96365e41301ab6e5fb4c5380dd3f9308ddf9e425 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Sun, 17 Dec 2017 23:33:18 +0000 >Subject: [PATCH] Bug 18915: Giving CHECKOUT_NOTE access to issues table >Content-Type: text/plain; charset=utf-8 > >This patch allows the notice to reference the issues table so that the >checkout note itself can be added to the note if wanted, such as in >Comment 9. > >Sponsored-by: Catalyst IT > >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> >--- > opac/svc/patron_notes | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/opac/svc/patron_notes b/opac/svc/patron_notes >index 130b0c9..eeed099 100755 >--- a/opac/svc/patron_notes >+++ b/opac/svc/patron_notes >@@ -87,6 +87,7 @@ if ($is_ajax) { > tables => { > 'biblio' => $biblionumber, > 'borrowers' => $borrowernumber, >+ 'issues' => $issue->itemnumber, > }, > ); > >-- >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