Bugzilla – Attachment 19538 Details for
Bug 9487
Allow items fields to be used in the HOLDPLACED notice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9487 - Allow items fields to be used in the HOLDPLACED notice
PASSED-QA-Bug-9487---Allow-items-fields-to-be-used.patch (text/plain), 1.22 KB, created by
Katrin Fischer
on 2013-07-11 06:02:28 UTC
(
hide
)
Description:
[PASSED QA] Bug 9487 - Allow items fields to be used in the HOLDPLACED notice
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-07-11 06:02:28 UTC
Size:
1.22 KB
patch
obsolete
>From 7538e4f8eaa55f96fe4a4a090a768734b1743576 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 24 Jan 2013 14:20:38 -0500 >Subject: [PATCH] [PASSED QA] Bug 9487 - Allow items fields to be used in the > HOLDPLACED notice > >Test Plan: >1) Enable the syspref emailLibrarianWhenHoldIsPlaced >2) Modify the HOLDPLACED notice, add some item level fields >3) Place an item level hold >4) Check the email you receive ( or just look at it from the db ) > You should see the item level fields are new populated > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Passes all tests and QA script. > >Amended test plan: >5) Place a title level hold >6) Check the email you receive - item fields are not populated, > but notice still looks ok. >--- > C4/Reserves.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 5ff12e4..96aa9b3 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -212,6 +212,7 @@ sub AddReserve { > 'branches' => $branch_details, > 'borrowers' => $borrower, > 'biblio' => $biblionumber, >+ 'items' => $checkitem, > }, > ) ) { > >-- >1.7.9.5
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 9487
:
14836
|
14838
|
18833
| 19538