@@ -, +, @@ reserves table --- C4/Reserves.pm | 2 ++ 1 file changed, 2 insertions(+) --- a/C4/Reserves.pm +++ a/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, }, ) ) { --