Bug 9487: Allow item fields to be used in the HOLDPLACED notice
[koha.git] / C4 / Reserves.pm
index 0291def..d6812f1 100644 (file)
@@ -213,6 +213,7 @@ sub AddReserve {
                 'branches'  => $branch_details,
                 'borrowers' => $borrower,
                 'biblio'    => $biblionumber,
+                'items'     => $checkitem,
             },
         ) ) {