View | Details | Raw Unified | Return to bug 17995
Collapse All | Expand All

(-)a/C4/Reserves.pm (-1 / +2 lines)
Lines 165-170 The following tables are available witin the HOLDPLACED message: Link Here
165
    biblio
165
    biblio
166
    biblioitems
166
    biblioitems
167
    items
167
    items
168
    reserves
168
169
169
=cut
170
=cut
170
171
Lines 238-243 sub AddReserve { Link Here
238
                'biblio'      => $biblionumber,
239
                'biblio'      => $biblionumber,
239
                'biblioitems' => $biblionumber,
240
                'biblioitems' => $biblionumber,
240
                'items'       => $checkitem,
241
                'items'       => $checkitem,
242
                'reserves'    => $hold->unblessed,
241
            },
243
            },
242
        ) ) {
244
        ) ) {
243
245
244
- 

Return to bug 17995