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

(-)a/circ/returns.pl (-1 / +1 lines)
Lines 278-283 if ($barcode) { Link Here
278
        itemtype         => $biblio->{'itemtype'},
278
        itemtype         => $biblio->{'itemtype'},
279
        ccode            => $biblio->{'ccode'},
279
        ccode            => $biblio->{'ccode'},
280
        itembiblionumber => $biblio->{'biblionumber'},
280
        itembiblionumber => $biblio->{'biblionumber'},
281
        biblionumber     => $biblio->{'biblionumber'},
281
        borrower         => $borrower,
282
        borrower         => $borrower,
282
        additional_materials => $biblio->{'materials'},
283
        additional_materials => $biblio->{'materials'},
283
    );
284
    );
284
- 

Return to bug 13482