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

(-)a/C4/Reserves.pm (-1 / +1 lines)
Lines 212-217 sub AddReserve { Link Here
212
                'branches'  => $branch_details,
212
                'branches'  => $branch_details,
213
                'borrowers' => $borrower,
213
                'borrowers' => $borrower,
214
                'biblio'    => $biblionumber,
214
                'biblio'    => $biblionumber,
215
                'items'     => $checkitem,
215
            },
216
            },
216
        ) ) {
217
        ) ) {
217
218
218
- 

Return to bug 9487