[Koha-patches] [PATCH] Bug 9487 - Allow items fields to be used in the HOLDPLACED notice

Srdjan srdjan at catalyst.net.nz
Tue Jun 11 06:44:58 CEST 2013


From: Kyle M Hall <kyle at bywatersolutions.com>

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 recieve ( or just look at it from the db )
   You should see the item level fields are new populated

Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
---
 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.8.1.2


More information about the Koha-patches mailing list