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

(-)a/circ/returns.pl (-3 / +2 lines)
Lines 462-469 if ( $messages->{'ResFound'}) { Link Here
462
            bortitle       => $patron->title,
462
            bortitle       => $patron->title,
463
            borphone       => $patron->phone,
463
            borphone       => $patron->phone,
464
            boremail       => $patron->email,
464
            boremail       => $patron->email,
465
            boraddress     => $patron->address,
465
            address        => $patron->address,
466
            boraddress2    => $patron->address2,
466
            address2       => $patron->address2,
467
            streetnumber   => $patron->streetnumber,
467
            streetnumber   => $patron->streetnumber,
468
            city           => $patron->city,
468
            city           => $patron->city,
469
            zipcode        => $patron->zipcode,
469
            zipcode        => $patron->zipcode,
470
- 

Return to bug 21019