Bugzilla – Attachment 61115 Details for
Bug 17995
HOLDPLACED notice should have access to the reserves table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17995 - HOLDPLACED notice should have access to the reserves table
Bug-17995---HOLDPLACED-notice-should-have-access-t.patch (text/plain), 1.33 KB, created by
Marc Véron
on 2017-03-15 18:22:07 UTC
(
hide
)
Description:
Bug 17995 - HOLDPLACED notice should have access to the reserves table
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-03-15 18:22:07 UTC
Size:
1.33 KB
patch
obsolete
>From cca8bb323a7821621ee067ecd92acf13bbbaa68e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 25 Jan 2017 17:00:34 +0000 >Subject: [PATCH] Bug 17995 - HOLDPLACED notice should have access to the > reserves table >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1 - Add reserves.reservenotes to HOLDPLACED message >2 - Enable emailLibrarianWhenHoldIsPlaced OpacHoldNotes sysprefs >3 - Place a hold via OPAC with a note >4 - view the messagequeue and note the reservenotes is blank >5 - Apply patch >6 - Place a hold with a note >7 - view the messagequeue and note the reservenotes is populated > >Followed test plan, works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > C4/Reserves.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index c078af1..55f6be3 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -165,6 +165,7 @@ The following tables are available witin the HOLDPLACED message: > biblio > biblioitems > items >+ reserves > > =cut > >@@ -238,6 +239,7 @@ sub AddReserve { > 'biblio' => $biblionumber, > 'biblioitems' => $biblionumber, > 'items' => $checkitem, >+ 'reserves' => $hold->unblessed, > }, > ) ) { > >-- >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 17995
:
59559
|
61115
|
61217